Raises the Resize event.
Namespace:
BeeMobile.ColorPickerAssembly: 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 EventArgs that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate.