Occurs when a text field has been clicked on that represents a link to a target in the document. The event handler receives an argument of type DocumentLinkEventArgs containing data related to this event.
public event DocumentLinkEventHandler DocumentLinkClicked;
Public Event DocumentLinkClicked As DocumentLinkEventHandler
Text Fields and Hypertext Links - Hypertext Links.