[]
Initializes a new instance of the C1InputEventArgs class.
public C1InputEventArgs(FrameworkElement element, RoutedEventArgs originalArgs)
| 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)
| 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)
| Type | Name | Description |
|---|---|---|
| RoutedEventArgs | originalArgs | The OriginalEventArgs instance containing the event data. |
| C1PointerDeviceType | pointerType | Type of the pointer. |