%%PageItemTitle%%

VectorDraw Web Library

JsPropertiesExtractor Send comments on this topic.
vdActionDrawDelegate Delegate
See Also 
vdWebLibrary Namespace : vdActionDrawDelegate Delegate
eventargs
The active action object.
Represents a user define function that will be called after default action draw by vdActionDraw event

Syntax

JScript 
public delegate vdActionDrawDelegate( 
   eventargs : BaseActionObj
)

Parameters

eventargs
The active action object.

See Also