Core Library for WPF | ComponentOne
C1.WPF.Core Namespace / C1InputEventArgs Class / C1InputEventArgs Constructor / C1InputEventArgs Constructor(FrameworkElement,RoutedEventArgs,C1PointerDeviceType)
Element where the gesture is being listened.
The OriginalEventArgs instance containing the event data.
Type of the pointer.

In This Topic
    C1InputEventArgs Constructor(FrameworkElement,RoutedEventArgs,C1PointerDeviceType)
    In This Topic
    Initializes a new instance of the C1InputEventArgs class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal element As FrameworkElement, _
       ByVal originalArgs As RoutedEventArgs, _
       ByVal pointerType As C1PointerDeviceType _
    )

    Parameters

    element
    Element where the gesture is being listened.
    originalArgs
    The OriginalEventArgs instance containing the event data.
    pointerType
    Type of the pointer.
    See Also