Form.OnDpiChanged Method (DpiChangedEventArgs)

 

Raises the DpiChanged event.

Namespace:   System.Windows.Forms
Assembly:  System.Windows.Forms (in System.Windows.Forms.dll)

[<BrowsableAttribute(true)>]
abstract OnDpiChanged : 
        e:DpiChangedEventArgs -> unit
[<BrowsableAttribute(true)>]
override OnDpiChanged : 
        e:DpiChangedEventArgs -> unit

Parameters

e
Type: System.Windows.Forms.DpiChangedEventArgs

An DpiChangedEventArgs that contains the event data.

.NET Framework
Available since 4.7
Return to top
Show: