ComponentOne DockControl for WPF and Silverlight
DpiChanged Event

C1.WPF.Docking Namespace > WPFWindow Class : DpiChanged Event
Syntax
'Declaration
 
Public Event DpiChanged As System.Windows.DpiChangedEventHandler
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
(Inherited from System.Windows.RoutedEventArgs)
Gets the scale information after a DPI change.  
Gets the DPI scale information before a DPI change.  
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
(Inherited from System.Windows.RoutedEventArgs)
See Also