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