ComponentOne PdfViewer for UWP
Holding Event

C1.UWP.PdfViewer Assembly > C1.Xaml.PdfViewer Namespace > C1PdfViewer Class : Holding Event
Syntax
'Declaration
 
Public Event Holding As Windows.UI.Xaml.Input.HoldingEventHandler
public event Windows.UI.Xaml.Input.HoldingEventHandler Holding
Event Data

The event handler receives an argument of type Windows.UI.Xaml.Input.HoldingRoutedEventArgs containing data related to this event. The following HoldingRoutedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
(Inherited from Windows.UI.Xaml.RoutedEventArgs)
 
See Also