Table of Contents

Delegate vdSelectionModifiedDelegate

Namespace
vdWebLibrary
Assembly
JsPropertiesExtractor.dll

Represents a user define function that will be called for every user selects by vdSelectionModified event

public delegate void vdSelectionModifiedDelegate(SelectionModifiedArgs args)

Parameters

args SelectionModifiedArgs

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.

Constructors

vdSelectionModifiedDelegate(object, IntPtr)