add_run(function(sender, e))
run.add(function(sender, e))
remove_run(function(sender, e))
run.remove(function(sender, e))
The event handler receives an argument of type Leadtools.Annotations.Core.AnnRunDesignerEventArgs containing data related to this event. The following Leadtools.Annotations.Core.AnnRunDesignerEventArgs properties provide information specific to this event:
| Property | Description |
|---|---|
| Leadtools.Annotations.Core.AnnRunDesignerEventArgs.Cancel |
Gets or sets a value indicating whether the running operation should be canceled |
| Leadtools.Annotations.Core.AnnRunDesignerEventArgs.Object |
Gets the Leadtools.Annotations.Core.AnnObject object currently being run |
| Leadtools.Annotations.Core.AnnRunDesignerEventArgs.OperationStatus |
Gets the current run operation status |
| Parameter | Type | Description |
|---|---|---|
| sender | 'var' | The source of the event. |
| e | Leadtools.Annotations.Core.AnnRunDesignerEventArgs | The event data. |