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