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