NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

RichTextBox.RemoveOnProtected

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
);

Parameters

handler
Delegate that will handle the Protected event;

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace | OnProtected