Occurs when the control is clicked by the mouse.
The System.Windows.Forms.RichTextBox control does not raise a TextBoxBase.Click event for right clicks. The TextBoxBase.MouseClick event provides the functional equivalent.
For more information about handling events, see Consuming Events.