[]
        
(Showing Draft Content)

C1.WinUI.Core.C1InputEventArgs.-ctor

C1InputEventArgs Constructor

C1InputEventArgs(FrameworkElement, RoutedEventArgs)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(FrameworkElement element, RoutedEventArgs originalArgs)
Parameters
Type Name Description
FrameworkElement element

Element where the gesture is being listened.

RoutedEventArgs originalArgs

The OriginalEventArgs instance containing the event data.

C1InputEventArgs(FrameworkElement, RoutedEventArgs, C1PointerDeviceType)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(FrameworkElement element, RoutedEventArgs originalArgs, C1PointerDeviceType pointerType)
Parameters
Type Name Description
FrameworkElement element

Element where the gesture is being listened.

RoutedEventArgs originalArgs

The OriginalEventArgs instance containing the event data.

C1PointerDeviceType pointerType

Type of the pointer.

C1InputEventArgs(RoutedEventArgs, C1PointerDeviceType)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(RoutedEventArgs originalArgs, C1PointerDeviceType pointerType)
Parameters
Type Name Description
RoutedEventArgs originalArgs

The OriginalEventArgs instance containing the event data.

C1PointerDeviceType pointerType

Type of the pointer.