ComponentOne Basic Library for UWP
C1TappedEventArgs Constructor

C1.UWP Assembly > C1.Xaml Namespace > C1TappedEventArgs Class : C1TappedEventArgs Constructor
The Windows.UI.Xaml.RoutedEventArgs instance containing the event data.
if set to true the event was performed with the right button of the mouse.
Initializes a new instance of the C1TappedEventArgs class.
Syntax
'Declaration
 
Public Function New( _
   ByVal originalArgs As Windows.UI.Xaml.RoutedEventArgs, _
   Optional ByVal isRightTapped As System.Boolean _
)
public C1TappedEventArgs( 
   Windows.UI.Xaml.RoutedEventArgs originalArgs,
   System.bool isRightTapped
)

Parameters

originalArgs
The Windows.UI.Xaml.RoutedEventArgs instance containing the event data.
isRightTapped
if set to true the event was performed with the right button of the mouse.
See Also

Reference

C1TappedEventArgs Class
C1TappedEventArgs Members