Event OnActionDraw
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Occurs when an action requests a draw operation and before default VDF operations are performed.
public event vdDocument.ActionDrawEventHandler OnActionDraw
Returns
- vdDocument.ActionDrawEventHandler
- Occurs when an action requests a draw operation and before default VDF operations are performed.
Remarks
Subscribers to this event will be invoked during action-driven drawing passes.
The event is raised by the document when the active action needs to render
its temporary or interactive visuals. Handlers should be fast and avoid
performing long-running work or modifying document collections.