foxit::rdk::IUIExtensionsEvents Interface Reference

Mouse or gesture events for UI extensions of pdf view control. More...

Public Member Functions

virtual void ManipulationStarted (Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationStartedRoutedEventArgs^ e)
 Handles the event for when manipulation or inertia begins.
 
virtual void ManipulationDelta (Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationDeltaRoutedEventArgs^ e)
 Handles events that happen when a manipulated object changes.
 
virtual void ManipulationCompleted (Platform::Object^ sender, Windows::UI::Xaml::Input::ManipulationCompletedRoutedEventArgs^ e)
 Handles the event when manipulation or inertia finishes.
 
virtual void PointerPressed (Platform::Object^ sender, Windows::UI::Xaml::Input::PointerRoutedEventArgs^ e)
 Occurs when the pointer device initiates a Press action within pdf view control.
 
virtual void PointerMoved (Platform::Object^ sender, Windows::UI::Xaml::Input::PointerRoutedEventArgs^ e)
 Occurs when a pointer moves while the pointer remains within the hit test area of pdf view control.
 
virtual void PointerReleased (Platform::Object^ sender, Windows::UI::Xaml::Input::PointerRoutedEventArgs^ e)
 Occurs when the pointer device that previously initiated a Press action is released, while within pdf view control.
 
virtual void PointerEntered (Platform::Object^ sender, Windows::UI::Xaml::Input::PointerRoutedEventArgs^ e)
 Occurs when a pointer enters the hit test area of pdf view control.
 
virtual void PointerExited (Platform::Object^ sender, Windows::UI::Xaml::Input::PointerRoutedEventArgs^ e)
 Occurs when a pointer leaves the hit test area of pdf view control.
 
virtual void PointerCaptureLost (Platform::Object^ sender, Windows::UI::Xaml::Input::PointerRoutedEventArgs^ e)
 Occurs when pointer capture previously held by pdf view control moves to another element or elsewhere.
 
virtual void PointerCanceled (Platform::Object^ sender, Windows::UI::Xaml::Input::PointerRoutedEventArgs^ e)
 Occurs when a pointer that made contact abnormally loses contact.
 
virtual void PointerWheelChanged (Platform::Object^ sender, Windows::UI::Xaml::Input::PointerRoutedEventArgs^ e)
 Occurs when the delta value of a pointer wheel changes.
 
virtual void Holding (Platform::Object^ sender, Windows::UI::Xaml::Input::HoldingRoutedEventArgs^ e)
 Occurs when an otherwise unhandled Hold interaction occurs over the hit test area of pdf view control.
 
virtual void Tapped (Platform::Object^ sender, Windows::UI::Xaml::Input::TappedRoutedEventArgs^ e)
 Occurs when an otherwise unhandled Tap interaction occurs over the hit test area of pdf view control.
 
virtual void CompositionScaleChanged (Windows::UI::Xaml::Controls::SwapChainPanel^ sender, Platform::Object^ args)
 Occurs when composition scale of view control canvas(SwapChainPanel) is changed.
 
virtual void SizeChanged (Platform::Object^ sender, Windows::UI::Xaml::SizeChangedEventArgs^ e)
 Occurs when either the ActualHeight or the ActualWidth properties change value on pdf view control.
 

Detailed Description

Mouse or gesture events for UI extensions of pdf view control.

Foxit Software Corporation Logo
@2017 Foxit Software Incorporated. All rights reserved.