Fires an event when the current selection of text in the RichTextBox control has changed or the insertion point has moved.
[Visual Basic] Overridable Protected Sub OnSelectionChange( _ ByVal e As EventArgs _ ) [C#] protected virtual void OnSelectionChange( EventArgs e ); [C++] protected: virtual void OnSelectionChange( EventArgs* e ); [JScript] protected function OnSelectionChange( e : EventArgs );
RichTextBox Class | RichTextBox Members | System.WinForms Namespace