Raised when the user clicks a link on a page that refers to a URL.
The event handler receives an argument of type UrlLinkClickedEventArgs containing data related to this event. The following UrlLinkClickedEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| ModifierKeys | Which keys modifier keys were pressed at the time of the event. |
| MouseButtons | Which mouse buttons was pressed at the time of the event. |
| MousePosition | The screen position of the mouse at the time of the event. |
| Url | The URL to which this link points. |
PagesViewer Class | TallComponents.PDF.ReaderControls Namespace