The DocumentViewer type exposes the following members.

Events

  NameDescription
Public eventAnnotationInteractorCreated
Fired after an interactor has been created for an annotation.
Public eventDocumentInteractorCreated
Fired after an interactor has been created for a document.
Public eventFocusChanged
Raised after the focus has changed.
Public eventHoverChanged
Raised when the mouse starts hovering over a different interactor.
Public eventMessage
Raised when a non-fatal event happens that needs reporting.
Public eventMissingPage
Raised when the viewer wants to show a particular page that is not in the current page selection.
Public eventPageInteractorCreated
Fired after an interactor has been created for a page.
Public eventPreviewDragDrop
DragDrop preview event.
Public eventPreviewDragOver
DragOver preview event.
Public eventPreviewMouseDown
MouseDown preview event.
Public eventPreviewMouseMove
MouseMove preview event.
Public eventPreviewMouseUp
MouseUp preview event.
Public eventUnhandledException
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).
Public eventVisibleRectangleChanged
Raised after the VisibleRectangle has changed.
Public eventZoomFactorChanged
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.

See Also