[]
        
(Showing Draft Content)

C1.Android.Core.C1InputEventArgs.-ctor

C1InputEventArgs Constructor

C1InputEventArgs(View, TouchEventArgs)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(View element, View.TouchEventArgs originalArgs)
Parameters
Type Name Description
View element

Element where the gesture is being listened.

TouchEventArgs originalArgs

The OriginalEventArgs instance containing the event data.

C1InputEventArgs(View, TouchEventArgs, C1PointerDeviceType)

Initializes a new instance of the C1InputEventArgs class.

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

C1InputEventArgs(TouchEventArgs, C1PointerDeviceType)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(View.TouchEventArgs originalArgs, C1PointerDeviceType pointerType)
Parameters
Type Name Description
TouchEventArgs originalArgs

The OriginalEventArgs instance containing the event data.

C1PointerDeviceType pointerType

Type of the pointer.