Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.22
|
Leadtools.Annotations.Designers Assembly > Leadtools.Annotations.Designers 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
- (void)drawDesigner:(LTAnnDrawDesigner *)designer drawWithargs:(LTAnnDrawDesignerEventArgs *)args
public void addDrawDesignerListener(AnnDrawDesignerListener listener) public void removeDrawDesignerListener(AnnDrawDesignerListener listener)
add_Draw(function(sender, e)) remove_Draw(function(sender, e))
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 draw operation should be canceled. |
Object | Gets the AnnObject that is being drawn. |
OperationStatus | Gets the status of the draw operation. |
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. |