Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1TappedEventArgs Class / C1TappedEventArgs Constructor / C1TappedEventArgs Constructor(FrameworkElement,RoutedEventArgs,C1PointerDeviceType,Boolean,Boolean)
Element where the gesture is being listened.
The System.Windows.RoutedEventArgs instance containing the event data.
the type of event that originated the gesture.
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,C1PointerDeviceType,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, _
       ByVal pointerType As C1PointerDeviceType, _
       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.
    pointerType
    the type of event that originated the gesture.
    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