The events of the RichTextBox class are listed below. For a complete list of RichTextBox class members, see the RichTextBox Members topic.
BackColorChanged | Occurs when the value of the BackColor property changes. |
Click (inherited from Control) | Occurs when the control is clicked. |
Disposed (inherited from Component) | Adds an event handler to listen to the Disposed event on the component. |
DoubleClick (inherited from Control) | Occurs when the control is double-clicked. |
EnabledChanged (inherited from Control) | Occurs when the Enabled property value has changed. |
ForeColorChanged | Occurs when the value of the ForeColor property changes. |
GotFocus (inherited from Control) | Occurs when the control receives focus. |
HandleCreated (inherited from Control) | Occurs when a handle is created for the control. |
HandleDestroyed (inherited from Control) | Occurs when the control's handle is in the process of being destroyed. |
HelpRequested (inherited from Control) | Occurs when the user requests help for a control. |
HideSelectionChanged | Occurs when the value of the HideSelection property has changed. |
HScroll | Occurs when the user clicks the horizontal scroll bar of the control. |
KeyDown (inherited from Control) | Occurs when a key is pressed while the control has focus. |
KeyPress (inherited from Control) | Occurs when a key is pressed while the control has focus. |
KeyUp (inherited from Control) | Occurs when a key is released while the control has focus. |
LinkClicked | Occurs when the user clicks on a link within the text of the control. |
LostFocus (inherited from Control) | Occurs when the control loses focus. |
ModifiedChanged | Occurs when the value of the Modified property has changed. |
MouseDown (inherited from Control) | Occurs when the mouse pointer is over the control and a mouse button is pressed. |
MouseMove (inherited from Control) | Occurs when the mouse pointer is moved over the control. |
MouseUp (inherited from Control) | Occurs when the mouse pointer is over the control and a mouse button is released. |
MultilineChanged | Occurs when the value of the Multiline property has changed. |
Paint (inherited from Control) | Occurs when the control is redrawn. |
ParentChanged (inherited from Control) | Occurs when the Parent property value changes. |
Protected | Occurs when the user attempts to modify protected text in the control. |
ReadOnlyChanged | Occurs when the value of the ReadOnly property has changed. |
Resize (inherited from Control) | Occurs when the control is resized. |
SelectionChanged | Occurs when the selection of text within the control has changed. |
TextChanged (inherited from Control) | Occurs when the Text property value changes. |
Validated (inherited from Control) | Occurs when the control is finished validating. |
Validating (inherited from Control) | Occurs when the control is validating. |
VScroll | Occurs when the user clicks the vertical scroll bars of the control. |
RichTextBox Class | Resco.Controls.RichTextBox Namespace