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.

Syntax

public event DocumentLinkEventHandler DocumentLinkClicked;
Public Event DocumentLinkClicked As DocumentLinkEventHandler

See Also

Text Fields and Hypertext Links - Hypertext Links.