Leadtools.Windows.Annotations Namespace > AnnDrawDesigner Class : Draw Event |
public event EventHandler<AnnDrawDesignerEventArgs> Draw
'Declaration Public Event Draw As EventHandler(Of AnnDrawDesignerEventArgs)
'Usage Dim instance As AnnDrawDesigner Dim handler As EventHandler(Of AnnDrawDesignerEventArgs) AddHandler instance.Draw, handler
public: event EventHandler<AnnDrawDesignerEventArgs^>^ Draw
The event handler receives an argument of type AnnDrawDesignerEventArgs containing data related to this event. The following AnnDrawDesignerEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the drawing operation should be canceled. |
Object | Gets the AnnObject object currently being drawn. |
OperationStatus | Gets the current draw operation status. |
For C#/VB examples, refer to AnnDesigner.