BaseFormDeviceScaleChanging Event

Occurs with per-monitor DPI awareness, when the scale of the form's display device changes, before performing the default processing of the corresponding Windows message. On platform targets where the DpiChanged event exists, this event is raised before DpiChanged.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public event EventHandler<DeviceScaleChangeEventArgs> DeviceScaleChanging

Value

EventHandlerDeviceScaleChangeEventArgs

Remarks

This event is raised only on Windows 8.1 or later, when the application has per-monitor DPI awareness.

On platform targets where the DpiChanged event is also available, this event is raised before DpiChanged.

See Also