Click or drag to resize

PDFViewCtrl Events

The PDFViewCtrl type exposes the following members.

Events
  NameDescription
Public eventAccessKeyDisplayDismissed (Inherited from UIElement.)
Public eventAccessKeyDisplayRequested (Inherited from UIElement.)
Public eventAccessKeyInvoked (Inherited from UIElement.)
Public eventActualThemeChanged (Inherited from FrameworkElement.)
Public eventBringIntoViewRequested (Inherited from UIElement.)
Public eventCharacterReceived (Inherited from UIElement.)
Public eventContextCanceled (Inherited from UIElement.)
Public eventContextRequested (Inherited from UIElement.)
Public eventDataContextChanged (Inherited from FrameworkElement.)
Public eventDoubleTapped (Inherited from UIElement.)
Public eventDragEnter (Inherited from UIElement.)
Public eventDragLeave (Inherited from UIElement.)
Public eventDragOver (Inherited from UIElement.)
Public eventDragStarting (Inherited from UIElement.)
Public eventDrop (Inherited from UIElement.)
Public eventDropCompleted (Inherited from UIElement.)
Public eventEffectiveViewportChanged (Inherited from FrameworkElement.)
Public eventFocusDisengaged (Inherited from Control.)
Public eventFocusEngaged (Inherited from Control.)
Public eventGettingFocus (Inherited from UIElement.)
Public eventGotFocus (Inherited from UIElement.)
Public eventHolding (Inherited from UIElement.)
Public eventIsEnabledChanged (Inherited from Control.)
Public eventKeyDown (Inherited from UIElement.)
Public eventKeyUp (Inherited from UIElement.)
Public eventLayoutUpdated (Inherited from FrameworkElement.)
Public eventLoaded (Inherited from FrameworkElement.)
Public eventLoading (Inherited from FrameworkElement.)
Public eventLosingFocus (Inherited from UIElement.)
Public eventLostFocus (Inherited from UIElement.)
Public eventManipulationCompleted (Inherited from UIElement.)
Public eventManipulationDelta (Inherited from UIElement.)
Public eventManipulationInertiaStarting (Inherited from UIElement.)
Public eventManipulationStarted (Inherited from UIElement.)
Public eventManipulationStarting (Inherited from UIElement.)
Public eventNoFocusCandidateFound (Inherited from UIElement.)
Public eventOnAction
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;
Public eventOnConversionChanged
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.
Public eventOnDownloadChanged
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.
Public eventOnLayoutChanged
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).
Public eventOnPageFlipFinished
Occur when the PDFViewCtrl settles after flipping pages using touch in a non-continuous mode.
Public eventOnPageNumberChanged
Occurs when the current page has changed.
Public eventOnRenderFinished
Tells the delegate that a render job is complete.
Public eventOnScale
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.
Public eventOnSetDoc
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.
Public eventOnSize
Occurs when PDFViewCtrl has changed size, such as after a rotation of the tablet.
Public eventOnThumbnailGenerated
Occurs when a thumbnail that was requested though GetThumbAsync(int pageNum) is ready. See GetThumbAsync(int pageNum) for more information.
Public eventOnViewChanged
Occurs when the scrollable content is being manipulated. Note that this event is raised repeatedly during manipulation of the scrollable content.
Public eventPointerCanceled (Inherited from UIElement.)
Public eventPointerCaptureLost (Inherited from UIElement.)
Public eventPointerEntered (Inherited from UIElement.)
Public eventPointerExited (Inherited from UIElement.)
Public eventPointerMoved (Inherited from UIElement.)
Public eventPointerPressed (Inherited from UIElement.)
Public eventPointerReleased (Inherited from UIElement.)
Public eventPointerWheelChanged (Inherited from UIElement.)
Public eventPreviewKeyDown (Inherited from UIElement.)
Public eventPreviewKeyUp (Inherited from UIElement.)
Public eventProcessKeyboardAccelerators (Inherited from UIElement.)
Public eventRightTapped (Inherited from UIElement.)
Public eventSizeChanged (Inherited from FrameworkElement.)
Public eventTapped (Inherited from UIElement.)
Public eventUnloaded (Inherited from FrameworkElement.)
Top
See Also