%%PageItemTitle%% $$Fields$$

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
vdrawObj Class Fields
See Also 
vdWebLibrary Namespace : vdrawObj Class

For a list of all members of this type, see vdrawObj members.

Public Fields

 NameDescription
Public FieldvdActionDraw Represents a user define function of type vdActionDrawDelegate that will be called after default action draw.  
Public FieldvdAfterOpenDocument Get/Set a method that called after a document is successfully opened and can be handled by a function described by the vdAfterOpenDocumentDelegate.  
Public FieldvdAfterSaveDocument Get/Set a method that called after a document is successfully saved and can be handled by a function described by the vdAfterSaveDocumentDelegate.  
Public Fieldvdclick Get/Set a method that called whenever a click action is performed and can be handled by a function described by the vdclickDelegate.  
Public Fieldvddblclick Get/Set a method that called whenever a double click action is performed and can be handled by a function described by the vddblclickDelegate.  
Public FieldvdError Get/Set a method that called whenever an error occurs and can be handled by a function described by the vdErrorDelegate.  
Public FieldvdKeyDown Get/Set a method that called whenever a key is held down and can be handled by a function described by the vdKeyDownDelegate.  
Public FieldvdLoadXref Get/Set a method of vdLoadXrefDelegate type , that called when an External Reference Block need to be loaded from a file  
Public Fieldvdmousedown Get/Set a method that called whenever a mouse button is held down and can be handled by a function described by the vdmousedownDelegate.  
Public Fieldvdmousemove Get/Set a method that called whenever the mouse moves and can be handled by a function described by the vdmousemoveDelegate.  
Public FieldvdmousemoveAfter 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.  
Public Fieldvdmouseout 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.  
Public Fieldvdmouseup Get/Set a method that called whenever a mouse button is released and can be handled by a function described by the vdmouseupDelegate.  
Public Fieldvdmousewheel Get/Set a method that called whenever the mouse wheel is rotated and can be handled by a function described by the vdmousewheelDelegate.  
Public Fieldvdprogress 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.  
Public FieldvdPrompt 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.  
Public FieldvdSelectionModified Represents a user define function of type vdSelectionModifiedDelegate that will be called for every user select  
Public FieldvdtouchMove Get/Set a method that called whenever a touch action is performed and can be handled by a function described by the vdtouchMoveDelegate.  
Public FieldvdUpdateView Get/Set a method that called whenever the user's view is about to change (e.g. when panning).  
Public FieldvdXrefLoaded Get/Set a method of vdLoadXrefDelegate type , that called when an External Reference Block is completly loaded.  
Top

See Also