Occurs when this AnnDrawDesigner object is drawing an AnnObject.
Object.defineProperty(AnnDrawDesigner.prototype,'draw',
get: function(),
set: function(value)
)
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 |
---|---|
Gets or sets a value indicating whether the drawing operation should be canceled. |
|
Gets the AnnObject object currently being drawn. |
|
Gets the current draw operation status. |
Parameter | Type | Description |
---|---|---|
sender | var | The source of the event. |
e | AnnDrawDesignerEventArgs | The event data. |