Occurs when the user clicks on text or an image that has a hyperlink assigned to it.
Syntax
Event Data
The event handler receives an argument of type HyperLinkEventArgs containing data related to this event. The following HyperLinkEventArgs properties provide information specific to this event.
Property | Description |
---|
Button | Gets the mouse button that the user clicked to raise the event. |
CreateNewTab | Gets or sets a value indicating whether a new tab has been created. |
Handled | Sets or returns a value indicating whether the HyperLinkEvent is handled. |
HyperLink | Gets the hyperlink target. |
See Also