PDFViewCtrl Events |
The PDFViewCtrl type exposes the following members.
Name | Description | |
---|---|---|
![]() | AccessKeyDisplayDismissed | (Inherited from UIElement.) |
![]() | AccessKeyDisplayRequested | (Inherited from UIElement.) |
![]() | AccessKeyInvoked | (Inherited from UIElement.) |
![]() | ActualThemeChanged | (Inherited from FrameworkElement.) |
![]() | BringIntoViewRequested | (Inherited from UIElement.) |
![]() | CharacterReceived | (Inherited from UIElement.) |
![]() | ContextCanceled | (Inherited from UIElement.) |
![]() | ContextRequested | (Inherited from UIElement.) |
![]() | DataContextChanged | (Inherited from FrameworkElement.) |
![]() | DoubleTapped | (Inherited from UIElement.) |
![]() | DragEnter | (Inherited from UIElement.) |
![]() | DragLeave | (Inherited from UIElement.) |
![]() | DragOver | (Inherited from UIElement.) |
![]() | DragStarting | (Inherited from UIElement.) |
![]() | Drop | (Inherited from UIElement.) |
![]() | DropCompleted | (Inherited from UIElement.) |
![]() | EffectiveViewportChanged | (Inherited from FrameworkElement.) |
![]() | FocusDisengaged | (Inherited from Control.) |
![]() | FocusEngaged | (Inherited from Control.) |
![]() | GettingFocus | (Inherited from UIElement.) |
![]() | GotFocus | (Inherited from UIElement.) |
![]() | Holding | (Inherited from UIElement.) |
![]() | IsEnabledChanged | (Inherited from Control.) |
![]() | KeyDown | (Inherited from UIElement.) |
![]() | KeyUp | (Inherited from UIElement.) |
![]() | LayoutUpdated | (Inherited from FrameworkElement.) |
![]() | Loaded | (Inherited from FrameworkElement.) |
![]() | Loading | (Inherited from FrameworkElement.) |
![]() | LosingFocus | (Inherited from UIElement.) |
![]() | LostFocus | (Inherited from UIElement.) |
![]() | ManipulationCompleted | (Inherited from UIElement.) |
![]() | ManipulationDelta | (Inherited from UIElement.) |
![]() | ManipulationInertiaStarting | (Inherited from UIElement.) |
![]() | ManipulationStarted | (Inherited from UIElement.) |
![]() | ManipulationStarting | (Inherited from UIElement.) |
![]() | NoFocusCandidateFound | (Inherited from UIElement.) |
![]() | OnAction | Occurs when the PDFViewCtrl is about to execute an action.
In order to prevent the viewer from executing the action internally, you can set
ActionEventArgs.Handled to true;
|
![]() | OnConversionChanged | Called when an update is available.
Note that the DocumentConversion passed in as a parameter might be ahead of the
PDFViewCtrl in terms of how many pages are converted. This event reports how many
pages the PDFViewCtrl is currently aware of.
|
![]() | OnDownloadChanged | Occurs after using OpenURLAsync and contains the latest information regarding the
state of downloading. The exact information provided in the event depends on the
event enum type.
|
![]() | OnLayoutChanged | Occurs when the document currently shown by PDFViewCtrl changes its page sequence(e.g. when a page is inserted)
or after changes to page dimensions (e.g. after a page is rotated or resized).
|
![]() | OnPageFlipFinished | Occur when the PDFViewCtrl settles after flipping pages using touch in a non-continuous mode.
|
![]() | OnPageNumberChanged | Occurs when the current page has changed.
|
![]() | OnRenderFinished | Tells the delegate that a render job is complete.
|
![]() | OnScale | Occurs when zoom factor of the document has changed.
Note that this event does not fire during zooming, but only after the zooming motion has finished.
|
![]() | OnSetDoc | Occurs after PDFViewCtrl.SetDoc(PDFDoc) is called and the document is set within PDFViewCtrl.
When this callback occurs, the document is ready for actions such as SetHScrollPos or GoToPage.
|
![]() | OnSize | Occurs when PDFViewCtrl has changed size, such as after a rotation of the tablet.
|
![]() | OnThumbnailGenerated | Occurs when a thumbnail that was requested though GetThumbAsync(int pageNum) is ready.
See GetThumbAsync(int pageNum) for more information.
|
![]() | OnViewChanged | Occurs when the scrollable content is being manipulated.
Note that this event is raised repeatedly during manipulation of the scrollable content.
|
![]() | PointerCanceled | (Inherited from UIElement.) |
![]() | PointerCaptureLost | (Inherited from UIElement.) |
![]() | PointerEntered | (Inherited from UIElement.) |
![]() | PointerExited | (Inherited from UIElement.) |
![]() | PointerMoved | (Inherited from UIElement.) |
![]() | PointerPressed | (Inherited from UIElement.) |
![]() | PointerReleased | (Inherited from UIElement.) |
![]() | PointerWheelChanged | (Inherited from UIElement.) |
![]() | PreviewKeyDown | (Inherited from UIElement.) |
![]() | PreviewKeyUp | (Inherited from UIElement.) |
![]() | ProcessKeyboardAccelerators | (Inherited from UIElement.) |
![]() | RightTapped | (Inherited from UIElement.) |
![]() | SizeChanged | (Inherited from FrameworkElement.) |
![]() | Tapped | (Inherited from UIElement.) |
![]() | Unloaded | (Inherited from FrameworkElement.) |