PDFReaderControls.NET Standard Class Reference

PagesViewer.OpenFileLinkClicked Event

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

public event OpenFileLinkClickedEventHandler OpenFileLinkClicked;

Event Data

The event handler receives an argument of type OpenFileLinkClickedEventArgs containing data related to this event. The following OpenFileLinkClickedEventArgs 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.
Path The URL to which this link points.

See Also

PagesViewer Class | TallComponents.PDF.ReaderControls Namespace