Raises the System.Windows.Forms.Control.Resize event.

Namespace:  BeeMobile.ColorPicker
Assembly:  BeeMobile.ColorPicker.CF35 (in BeeMobile.ColorPicker.CF35.dll) Version: 3.5.2.2

Syntax

C#
protected override void OnResize(
	EventArgs e
)
Visual Basic (Declaration)
Protected Overrides Sub OnResize ( _
	e As EventArgs _
)
Visual C++
protected:
virtual void OnResize(
	EventArgs^ e
) override

Parameters

e
Type: System..::.EventArgs
An System.EventArgs that contains the event data.

See Also