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 );
RichTextBox Class | RichTextBox Members | System.WinForms Namespace