drawForSelectionCallback<T> Delegate

Delegate method for DrawForSelection.
Public Delegate Sub drawForSelectionCallback(Of  _ 
T As Entity)( _ 
ByVal myParams As DrawForSelectionParams(Of T) _ 
)
This language is not supported or no code example is available.
public delegate void drawForSelectionCallback<T>( 
DrawForSelectionParams<T> myParams 

where T : Entity
This language is not supported or no code example is available.

Type Parameters

T

Entity

Parameters

myParams
DrawForSelectionParams<T>

Drawing parameters

.NET Framework

Supported in: 4.8

In this article

Definition