
The HypertextLinkEventArgs class provides data for the TextControl.HypertextLinkClicked event.
[C#]
public class HypertextLinkEventArgs: EventArgs
[Visual Basic]
Public Class HypertextLinkEventArgs
Inherits EventArgs
| Property | Description | |
| HypertextLink | Gets an object that represents the clicked hypertext link. |