
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.
[C#]
public event DocumentLinkEventHandler DocumentLinkClicked;
[Visual Basic]
Public Event DocumentLinkClicked As DocumentLinkEventHandler