[]
Initializes a new instance of the C1InputEventArgs class.
public C1InputEventArgs(View element, View.TouchEventArgs originalArgs)
| Type | Name | Description |
|---|---|---|
| View | element | Element where the gesture is being listened. |
| TouchEventArgs | originalArgs | The OriginalEventArgs instance containing the event data. |
Initializes a new instance of the C1InputEventArgs class.
public C1InputEventArgs(View element, View.TouchEventArgs originalArgs, C1PointerDeviceType pointerType)
| Type | Name | Description |
|---|---|---|
| View | element | Element where the gesture is being listened. |
| TouchEventArgs | originalArgs | The OriginalEventArgs instance containing the event data. |
| C1PointerDeviceType | pointerType | Type of the pointer. |
Initializes a new instance of the C1InputEventArgs class.
public C1InputEventArgs(View.TouchEventArgs originalArgs, C1PointerDeviceType pointerType)
| Type | Name | Description |
|---|---|---|
| TouchEventArgs | originalArgs | The OriginalEventArgs instance containing the event data. |
| C1PointerDeviceType | pointerType | Type of the pointer. |