Table of Contents

Delegate vdDocument.ActionEndEventHandler

Namespace
VectorDraw.Professional.vdObjects
Assembly
VectorDraw.Professional.dll

Represents the method that will handle the ActionEnd event.

public delegate void vdDocument.ActionEndEventHandler(object sender, string actionName)

Parameters

sender object

The Document object.

actionName string

A string representing the action.For example the vdCommandAction methods like "CmdArc","CmdLine","Zoom" etc.

Constructors

ActionEndEventHandler(object, IntPtr)

Methods

BeginInvoke(object, string, AsyncCallback, object)
EndInvoke(IAsyncResult)
Invoke(object, string)