[]
        
(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)
Public Sub New(element As FrameworkElement, originalArgs As RoutedEventArgs)
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)
Public Sub New(element As FrameworkElement, originalArgs As RoutedEventArgs, pointerType As C1PointerDeviceType)
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)
Public Sub New(originalArgs As RoutedEventArgs, pointerType As C1PointerDeviceType)
Parameters
Type Name Description
RoutedEventArgs originalArgs

The OriginalEventArgs instance containing the event data.

C1PointerDeviceType pointerType

Type of the pointer.