The AutomationEnabledChanged Event is available in LEADTOOLS Document and Medical Imaging toolkits.
An event that triggers whenever the value of AutomationEnabled is changedVisual 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 |