Miner.Desktop Assembly > Miner.Desktop.Config.ObjectType.View Namespace > ProcessArcFMObjectTypesWindow Class : DpiChanged Event |
'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
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.
Property | Description |
---|---|
Handled | (Inherited from System.Windows.RoutedEventArgs) |
NewDpi | Gets the scale information after a DPI change. |
OldDpi | Gets 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) |
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.