ArcFM Solution Developer Guide
DpiChanged Event (ProcessArcFMObjectTypesWindow)


Syntax
'Declaration
 
Public Event DpiChanged As System.Windows.DpiChangedEventHandler
'Usage
 
Dim instance As ProcessArcFMObjectTypesWindow
Dim handler As System.Windows.DpiChangedEventHandler
 
AddHandler instance.DpiChanged, handler
public event System.Windows.DpiChangedEventHandler DpiChanged
Event Data

The event handler receives an argument of type System.Windows.DpiChangedEventArgs containing data related to this event. The following DpiChangedEventArgs properties provide information specific to this event.

PropertyDescription
Handled (Inherited from System.Windows.RoutedEventArgs)
NewDpiGets the scale information after a DPI change.  
OldDpiGets the DPI scale information before a DPI change.  
OriginalSource (Inherited from System.Windows.RoutedEventArgs)
RoutedEvent (Inherited from System.Windows.RoutedEventArgs)
Source (Inherited from System.Windows.RoutedEventArgs)
Requirements

Target Platforms: Windows XP SP3 (32-bit and 64-bit), Windows 7 (32-bit and 64-bit)

Not all Operating Systems are supported on all products. Visit the ArcFM Solution Supported Versions page for full details.

See Also

Reference

ProcessArcFMObjectTypesWindow Class
ProcessArcFMObjectTypesWindow Members

 

 


Send Comment