| | Name | Description |
 | vdActionDraw |
Represents a user define function of type vdActionDrawDelegate that will be called after default action draw.
|
 | vdAfterOpenDocument |
Get/Set a method that called after a document is successfully opened and can be handled by a function described by the vdAfterOpenDocumentDelegate.
|
 | vdAfterSaveDocument |
Get/Set a method that called after a document is successfully saved and can be handled by a function described by the vdAfterSaveDocumentDelegate.
|
 | vdclick |
Get/Set a method that called whenever a click action is performed and can be handled by a function described by the vdclickDelegate.
|
 | vddblclick |
Get/Set a method that called whenever a double click action is performed and can be handled by a function described by the vddblclickDelegate.
|
 | vdError |
Get/Set a method that called whenever an error occurs and can be handled by a function described by the vdErrorDelegate.
|
 | vdKeyDown |
Get/Set a method that called whenever a key is held down and can be handled by a function described by the vdKeyDownDelegate.
|
 | vdLoadXref |
Get/Set a method of vdLoadXrefDelegate type , that called when an External Reference Block need to be loaded from a file
|
 | vdmousedown |
Get/Set a method that called whenever a mouse button is held down and can be handled by a function described by the vdmousedownDelegate.
|
 | vdmousemove |
Get/Set a method that called whenever the mouse moves and can be handled by a function described by the vdmousemoveDelegate.
|
 | vdmousemoveAfter |
Get/Set a method that called whenever the mouse moves, after default web control actions and can be handled by a function described by the vdmousemoveDelegate.
|
 | vdmouseout |
Get/Set a method that called whenever the cursor goes outside the area of the component's drawing area and can be handled by a function described by the vdmouseoutDelegate.
|
 | vdmouseup |
Get/Set a method that called whenever a mouse button is released and can be handled by a function described by the vdmouseupDelegate.
|
 | vdmousewheel |
Get/Set a method that called whenever the mouse wheel is rotated and can be handled by a function described by the vdmousewheelDelegate.
|
 | vdprogress |
Get/Set a method that called whenever progress is made during the opening of a drawing and can be handled by a function described by the vdprogressDelegate.
|
 | vdPrompt |
Get/Set a method that called whenever a messaged has to be showed for the completion of an action or likewise and can be handled by a function described
by the vdPromptDelegate.
|
 | vdSelectionModified |
Represents a user define function of type vdSelectionModifiedDelegate that will be called for every user select
|
 | vdtouchMove |
Get/Set a method that called whenever a touch action is performed and can be handled by a function described by the vdtouchMoveDelegate.
|
 | vdUpdateView |
Get/Set a method that called whenever the user's view is about to change (e.g. when panning).
|
 | vdXrefLoaded |
Get/Set a method of vdLoadXrefDelegate type , that called when an External Reference Block is completly loaded.
|