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.RemoveOnLinkClick

Removes the delegate that will handle the OnLinkClick event.

[Visual Basic]
Public Sub RemoveOnLinkClick( _
   ByVal handler As LinkClickEventHandler _
)
[C#]
public void RemoveOnLinkClick(
   LinkClickEventHandler handler
);
[C++]
public: void RemoveOnLinkClick(
   LinkClickEventHandler* handler
);
[JScript]
public function RemoveOnLinkClick(
   handler : LinkClickEventHandler
);

Parameters

handler
Delegate that will handle the OnLinkClick event;

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace