The AutomationEnabledChanged Event is available in LEADTOOLS Document and Medical Imaging toolkits.
An event that triggers whenever the value of AutomationEnabled is changed| Visual Basic (Declaration) | |
|---|---|
Event AutomationEnabledChanged As EventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAnnAutomationControl Dim handler As EventHandler AddHandler instance.AutomationEnabledChanged, handler | |
| C# | |
|---|---|
event EventHandler AutomationEnabledChanged | |
| C++/CLI | |
|---|---|
event EventHandler^ AutomationEnabledChanged | |
Copy Code