NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Control.OnResize

Inheriting classes should override this method to handle this event. Call base.onResize to send this event to any registered event listeners.

[Visual Basic]
Overridable Protected Sub OnResize( _
   ByVal e As EventArgs _
)
[C#]
protected virtual void OnResize(
   EventArgs e
);
[C++]
protected: virtual void OnResize(
   EventArgs* e
);
[JScript]
protected function OnResize(
   e : EventArgs
);

Parameters

e
event

See Also

Control Class | Control Members | System.WinForms Namespace | AddOnResize | RemoveOnResize