WinUI | ComponentOne
C1.WinUI.Core Assembly / C1.WinUI.Core Namespace / C1InputEventArgs Class / C1InputEventArgs Constructor / C1InputEventArgs Constructor(UIElement,RoutedEventArgs)
Element where the gesture is being listened.
The OriginalEventArgs instance containing the event data.
In This Topic
    C1InputEventArgs Constructor(UIElement,RoutedEventArgs)
    In This Topic
    Initializes a new instance of the C1InputEventArgs class.
    Syntax
    public C1InputEventArgs( 
       UIElement element,
       RoutedEventArgs originalArgs
    )

    Parameters

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