←Select platform

AutomationUseDpiChanged Event

Summary

Event that must trigger whenever the value of AutomationUseDpi is changed.

Syntax

C#
VB
Java
WinRT C#
C++
public event EventHandler AutomationUseDpiChanged 
Event AutomationUseDpiChanged As EventHandler 
event EventHandler AutomationUseDpiChanged 
void addAutomationUseDpiChangedListener(AnnEventListener listener); 
void removeAutomationUseDpiChangedListener(AnnEventListener listener); 
             
add_AutomationUseDpiChanged(function(sender, e)) 
remove_AutomationUseDpiChanged(function(sender, e)) 
public:  
   event EventHandler^ AutomationUseDpiChanged 

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly