HyperlinkClickEventArgs
12 Sep 20251 minute to read
This event arguments provides the necessary information about hyperlink click event.
Properties
cancel boolean
Hyperlink navigation will not work if it is set to TRUE. The value is set to FALSE by default.
hyperlink string
Get or set the URL to navigate.
hyperlinkElement HTMLAnchorElement
Defines the current hyperlink element.
name string
Specifies name of the event.