public event EventHandler<AnnDrawDesignerEventArgs> Draw
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 Leadtools.Annotations.Core.AnnObject that is being drawn. |
OperationStatus | Gets the status of the draw operation. |
The event handler receives an argument of type Leadtools.Annotations.Core.AnnDrawDesignerEventArgs containing data related to this event. The following Leadtools.Annotations.Core.AnnDrawDesignerEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Leadtools.Annotations.Core.AnnDrawDesignerEventArgs.Cancel |
Gets or sets a value indicating whether the drawing operation should be canceled. |
Leadtools.Annotations.Core.AnnDrawDesignerEventArgs.Object |
Gets the Leadtools.Annotations.Core.AnnObject object currently being drawn. |
Leadtools.Annotations.Core.AnnDrawDesignerEventArgs.OperationStatus |
Gets the current draw operation status. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2