[]
        
(Showing Draft Content)

C1.Android.Core.C1InputEventArgs.-ctor

C1InputEventArgs Constructor

C1InputEventArgs(View, EventArgs)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(View element, EventArgs originalArgs)
Public Sub New(element As View, originalArgs As EventArgs)
Parameters
Type Name Description
View element

Element where the gesture is being listened.

EventArgs originalArgs

The OriginalEventArgs instance containing the event data.

C1InputEventArgs(View, EventArgs, C1PointerDeviceType)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(View element, EventArgs originalArgs, C1PointerDeviceType pointerType)
Public Sub New(element As View, originalArgs As EventArgs, pointerType As C1PointerDeviceType)
Parameters
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.

C1InputEventArgs(EventArgs, C1PointerDeviceType)

Initializes a new instance of the C1InputEventArgs class.

Declaration
public C1InputEventArgs(EventArgs originalArgs, C1PointerDeviceType pointerType)
Public Sub New(originalArgs As EventArgs, pointerType As C1PointerDeviceType)
Parameters
Type Name Description
EventArgs originalArgs

The OriginalEventArgs instance containing the event data.

C1PointerDeviceType pointerType

Type of the pointer.