Delegate vdActionDrawDelegate
- Namespace
- vdWebLibrary
- Assembly
- JsPropertiesExtractor.dll
Represents a user define function that will be called after default action draw by vdActionDraw event
public delegate void vdActionDrawDelegate(BaseActionObj eventargs)
Parameters
eventargsBaseActionObjThe active action object.