Fired after the bookmark has been selected.
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. |
BookmarksViewer Class | TallComponents.PDF.ReaderControls Namespace