iWheelOnResize Method

Fires the Resize event.

Definition

Namespace: BeeMobile.iWheel
Assembly: BeeMobile.iWheel.NET48 (in BeeMobile.iWheel.NET48.dll) Version: 4.8.4.3
C#
protected override void OnResize(
	EventArgs e
)

Parameters

e  EventArgs
Contains arguments for the Resize event.

Remarks

This method not only fires the Resize event of its base but also performs some initialization related to drawing into newly resized client area.

See Also