PDFReaderControls.NET Standard Class Reference

PagesViewer.UrlLinkClicked Event

Raised when the user clicks a link on a page that refers to a URL.

public event UrlLinkClickedEventHandler UrlLinkClicked;

Event Data

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.

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace