OpenSaveDialogFormOnResize Method

Fires the Resize event.

Definition

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

Parameters

e  EventArgs
Arguments for the event.

Remarks

Performs resize of child controls as well.

See Also