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