%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
vdSelectionModifiedDelegate Delegate
See Also 
vdWebLibrary Namespace : vdSelectionModifiedDelegate Delegate
args
Args contains the selectedItem which is the figure that will be in the selection and Cancel which when is true,entity can be selected SelectionModifiedArgs.
Represents a user define function that will be called for every user selects by vdSelectionModified event

Syntax

JScript 
public delegate vdSelectionModifiedDelegate( 
   args : SelectionModifiedArgs
)

Parameters

args
Args contains the selectedItem which is the figure that will be in the selection and Cancel which when is true,entity can be selected SelectionModifiedArgs.

See Also