[]
        
(Showing Draft Content)

C1.WPF.C1TappedEventArgs.-ctor

C1TappedEventArgs Constructor

C1TappedEventArgs(RoutedEventArgs, bool)

Initializes a new instance of the C1TappedEventArgs class.

Declaration
public C1TappedEventArgs(RoutedEventArgs originalArgs, bool isRightTapped = false)
Parameters
Type Name Description
RoutedEventArgs originalArgs

The RoutedEventArgs instance containing the event data.

bool isRightTapped

if set to true the event was performed with the right button of the mouse.