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 Document
public event DocumentLinkEventHandler DocumentLinkClicked;
Public Event DocumentLinkClicked As DocumentLinkEventHandler