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