PDFReaderControls.NET Standard Class Reference

BookmarksViewer.AfterBookmarkSelected Event

Fired after the bookmark has been selected.

public event AfterBookmarkSelectedEventHandler AfterBookmarkSelected;

Event Data

The event handler receives an argument of type AfterBookmarkSelectedEventArgs containing data related to this event. The following AfterBookmarkSelectedEventArgs properties provide information specific to this event.

Property Description
Bookmark The selected bookmark.
Cancel Cancel the default handling of this event.
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.

See Also

BookmarksViewer Class | TallComponents.PDF.ReaderControls Namespace