The ThumbnailsViewer type exposes the following members.
Events
| Name | Description | |
|---|---|---|
| AnnotationInteractorCreated |
Fired after an interactor has been created for an annotation.
(Inherited from DocumentViewer.) | |
| DocumentInteractorCreated |
Fired after an interactor has been created for a document.
(Inherited from DocumentViewer.) | |
| FocusChanged |
Raised after the focus has changed.
(Inherited from DocumentViewer.) | |
| HoverChanged |
Raised when the mouse starts hovering over a different interactor.
(Inherited from DocumentViewer.) | |
| Message |
Raised when a non-fatal event happens that needs reporting.
(Inherited from DocumentViewer.) | |
| MissingPage |
Raised when the viewer wants to show a particular page that is not in the current page
selection.
(Inherited from DocumentViewer.) | |
| PageInteractorCreated |
Fired after an interactor has been created for a page.
(Inherited from DocumentViewer.) | |
| PreviewDragDrop |
DragDrop preview event.
(Inherited from DocumentViewer.) | |
| PreviewDragOver |
DragOver preview event.
(Inherited from DocumentViewer.) | |
| PreviewMouseDown |
MouseDown preview event.
(Inherited from DocumentViewer.) | |
| PreviewMouseMove |
MouseMove preview event.
(Inherited from DocumentViewer.) | |
| PreviewMouseUp |
MouseUp preview event.
(Inherited from DocumentViewer.) | |
| UnhandledException |
Raised when an exception occurs that is not handled by the library at a point
that is not invoked by user code (e.g. during an OnPaint event).
(Inherited from DocumentViewer.) | |
| VisibleRectangleChanged |
Raised after the VisibleRectangle has changed.
(Inherited from DocumentViewer.) | |
| ZoomFactorChanged |
Raised after the ZoomFactor has changed. You typically handle this event
to update the UI of your reader, such as e.g. a tool bar.
(Inherited from DocumentViewer.) |