WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1TappedEventArgs Class / C1TappedEventArgs Constructor / C1TappedEventArgs Constructor(UIElement,RoutedEventArgs,Boolean,Boolean)
Element where the gesture is being listened.
The Microsoft.UI.Xaml.RoutedEventArgs instance containing the event data.
if set to true the event was performed with the right button of the mouse.
if set to true the event was performed with the mouse down.
In This Topic
    C1TappedEventArgs Constructor(UIElement,RoutedEventArgs,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the C1TappedEventArgs class.
    Syntax

    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.
    See Also