
Raises the HypertextLinkClicked event.
[C#]
protected virtual void OnHypertextLinkClicked(HypertextLinkEventArgs e);
[Visual Basic]
Protected Overridable Sub OnHypertextLinkClicked(ByVal e As HypertextLinkEventArgs)
| Parameter | Description | |
| e | Specifies an HypertextLinkEventArgs object that contains the event data. |