Removes the delegate that will handle the SelectionChange event.
[Visual Basic] Public Sub RemoveOnSelectionChange( _ ByVal handler As EventHandler _ ) [C#] public void RemoveOnSelectionChange( EventHandler handler ); [C++] public: void RemoveOnSelectionChange( EventHandler* handler ); [JScript] public function RemoveOnSelectionChange( handler : EventHandler );
RichTextBox Class | RichTextBox Members | System.WinForms Namespace | OnSelectionChange