BaseFormOnDeviceScaleChanging Method

Raises the DeviceScaleChanging event.
See the Remarks section of the DeviceScaleChanging event for more details.

Definition

Namespace: KGySoft.WinForms.Forms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
protected virtual void OnDeviceScaleChanging(
	DeviceScaleChangeEventArgs e
)

Parameters

e  DeviceScaleChangeEventArgs
A DeviceScaleChangeEventArgs that contains the event data.

See Also