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!

RichTextBox.OnRequestResize

Fires an event when the user changes the control's contents are either smaller or larger than the control's window size.

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

Parameters

e
the event.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace