Occurs when a text field has been clicked on that represents the source of a hypertext link. The event handler receives an argument of type HypertextLinkEventArgs containing data related to this event.

Syntax

public event HypertextLinkEventHandler HypertextLinkClicked;
Public Event HypertextLinkClicked As HypertextLinkEventHandler

See Also

Text Fields and Hypertext Links - Hypertext Links.