add_automationEnabledChanged(function(sender, e))
automationEnabledChanged.add(function(sender, e))
remove_automationEnabledChanged(function(sender, e))
automationEnabledChanged.remove(function(sender, e))
| Parameter | Type | Description |
|---|---|---|
| sender | 'var' | The source of the event. |
| e | Leadtools.LeadEventArgs | The event data. |