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 | 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 |
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. |