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