Provides data for the System.WinForms.RichTextBox.RequestResize event.
Object
EventArgs
RequestResizeEventArgs
[Visual Basic] Public Class RequestResizeEventArgs Inherits EventArgs [C#] public class RequestResizeEventArgs : EventArgs [C++] public __gc class RequestResizeEventArgs : public EventArgs [JScript] public class RequestResizeEventArgs extends EventArgs
The System.WinForms.RichTextBox.RequestResize event occurs when the text typed into the RichTextBox control is too small or large for the control. The RequestResizeEventArgs identifies the requested size of the RichTextBox.
Namespace: System.WinForms
Assembly: System.WinForms.dll
RequestResizeEventArgs Members | System.WinForms Namespace | RichTextBox