Table of Contents

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

eventargs BaseActionObj

The active action object.

Constructors

vdActionDrawDelegate(object, IntPtr)