[]
Initializes a new instance of the C1InputEventArgs class.
public C1InputEventArgs(FrameworkElement element, RoutedEventArgs originalArgs)
Public Sub New(element As FrameworkElement, originalArgs As RoutedEventArgs)
| Type | Name | Description |
|---|---|---|
| FrameworkElement | element | Element where the gesture is being listened. |
| RoutedEventArgs | originalArgs | The OriginalEventArgs instance containing the event data. |
Initializes a new instance of the C1InputEventArgs class.
public C1InputEventArgs(FrameworkElement element, RoutedEventArgs originalArgs, C1PointerDeviceType pointerType)
Public Sub New(element As FrameworkElement, originalArgs As RoutedEventArgs, pointerType As C1PointerDeviceType)
| 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. |
Initializes a new instance of the C1InputEventArgs class.
public C1InputEventArgs(RoutedEventArgs originalArgs, C1PointerDeviceType pointerType)
Public Sub New(originalArgs As RoutedEventArgs, pointerType As C1PointerDeviceType)
| Type | Name | Description |
|---|---|---|
| RoutedEventArgs | originalArgs | The OriginalEventArgs instance containing the event data. |
| C1PointerDeviceType | pointerType | Type of the pointer. |