[]
        
(Showing Draft Content)

C1.iOS.Core.C1InputEventArgs.-ctor

C1InputEventArgs Constructor

C1InputEventArgs(UIView, UIGestureRecognizer)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(UIView element, UIGestureRecognizer originalArgs)
Parameters
Type Name Description
UIView element

Element where the gesture is being listened.

UIGestureRecognizer originalArgs

The OriginalEventArgs instance containing the event data.

C1InputEventArgs(UIView, UIGestureRecognizer, C1PointerDeviceType)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(UIView element, UIGestureRecognizer originalArgs, C1PointerDeviceType pointerType)
Parameters
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.

C1InputEventArgs(UIGestureRecognizer, C1PointerDeviceType)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(UIGestureRecognizer originalArgs, C1PointerDeviceType pointerType)
Parameters
Type Name Description
UIGestureRecognizer originalArgs

The OriginalEventArgs instance containing the event data.

C1PointerDeviceType pointerType

Type of the pointer.