Occurs when this AnnEditDesigner is editing an AnnObject.
Object.defineProperty(AnnEditDesigner.prototype,'edit',get: function(),set: function(value))
The event handler receives an AnnEditDesignerEventArgs class containing data related to this event. The following AnnEditDesignerEventArgs properties provide information specific to this event:
| Property | Description |
|---|---|
|
Gets or sets a value indicating whether the editing operation should be canceled. |
|
|
Gets the index of the thumb currently being edited. |
|
|
Gets the AnnObject object currently being edited. |
|
|
Gets a value indicating which edit operation is currently running. |
|
|
Gets the status of the current editing operation. |
| Parameter | Type | Description |
|---|---|---|
| sender | var | The source of the event. |
| e | AnnEditDesignerEventArgs | The event data. |