Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1TappedEventArgs Class / C1TappedEventArgs Constructor / C1TappedEventArgs Constructor(FrameworkElement,RoutedEventArgs,Boolean,Boolean)
Element where the gesture is being listened.
The System.Windows.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(FrameworkElement,RoutedEventArgs,Boolean,Boolean)
    In This Topic
    Initializes a new instance of the C1TappedEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal element As FrameworkElement, _
       ByVal originalArgs As RoutedEventArgs, _
       Optional ByVal isRightTapped As Boolean, _
       Optional ByVal isDown As Boolean _
    )

    Parameters

    element
    Element where the gesture is being listened.
    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.
    isDown
    if set to true the event was performed with the mouse down.
    See Also