Delegate vdDocument.ViewCubeClickEventHandler
- Namespace
- VectorDraw.Professional.vdObjects
- Assembly
- VectorDraw.Professional.dll
Represents the method that will handle the OnViewCubeClick event.
public delegate void vdDocument.ViewCubeClickEventHandler(object sender, IViewCubeClickArgs args)
Parameters
senderobjectThe active vdDocument object which call the save command.
argsIViewCubeClickArgsAn object that contains informations about the event and allow user to manage the default action.