public C1TappedEventArgs( UIElement element, RoutedEventArgs originalArgs, bool isRightTapped, bool isDown )
Parameters
- element
- Element where the gesture is being listened.
- originalArgs
- The Microsoft.UI.Xaml.RoutedEventArgs instance containing the event data.
- isRightTapped
- if set to
true
the event was performed with the right button of the mouse. - isDown
- if set to
true
the event was performed with the mouse down.