'Declaration
Public Function New( _ ByVal originalArgs As RoutedEventArgs, _ Optional ByVal isRightTapped As Boolean _ )
public C1TappedEventArgs( RoutedEventArgs originalArgs, bool isRightTapped )
Parameters
- originalArgs
- The System.Windows.RoutedEventArgs instance containing the event data.
- isRightTapped
- if set to
true
the event was performed with the right button of the mouse.