Events Supported in the PDF Viewer in WPF Pdf Viewer
The Essential PDF viewer for WPF also provides several events that enables you to design/modify the existing behavior according to your requirement. The following table lists out the events available in the PDF viewer and their functionalities.
Events Table
Event | Description | Arguments | Type |
---|---|---|---|
DocumentLoaded | This event is triggered after the PDF is successfully loaded. | N/A | N/A |
HyperLinkMouseHover | This event is triggered when the mouse pointer is placed over the URL. | N/A | N/A |
HyperLinkMouseClicked | This event is triggered when the URL in the PDF document is clicked. | N/A | N/A |
In spite of the above event the following events are supported in the PdfDocumentView control.
Event Table
Event | Description | Arguments | Type |
---|---|---|---|
NavigationButtonStatesChanged | This event is triggered when there is a change in the states of the navigation buttons | N/A | N/A |
CurrentPageChanged | This event is triggered when there is a change in the index of the page being displayed | N/A | N/A |
ZoomChanged | This event is triggered when there is change in the current zoom factor. | N/A | N/A |
Was this page helpful?
Yes
No
Thank you for your feedback!
Thank you for your feedback and comments. We will rectify this as soon as possible!
An unknown error has occurred. Please try again.
Help us improve this page