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

Fires an event when the user clicks on a link in a rich-edit control.

[Visual Basic]
Overridable Protected Sub OnLinkClick( _
   ByVal e As LinkClickEventArgs _
)
[C#]
protected virtual void OnLinkClick(
   LinkClickEventArgs e
);
[C++]
protected: virtual void OnLinkClick(
   LinkClickEventArgs* e
);
[JScript]
protected function OnLinkClick(
   e : LinkClickEventArgs
);

Parameters

e
the event.

See Also

RichTextBox Class | RichTextBox Members | System.WinForms Namespace