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
senderobjectThe Document object.
actionNamestringA string representing the action.For example the vdCommandAction methods like "CmdArc","CmdLine","Zoom" etc.