[]
        
(Showing Draft Content)

C1.Android.Core.C1TappedEventArgs.-ctor

C1TappedEventArgs Constructor

C1TappedEventArgs(View, TouchEventArgs, bool, bool)

Initializes a new instance of the C1TappedEventArgs class.

Declaration
public C1TappedEventArgs(View element, View.TouchEventArgs originalArgs, bool isRightTapped = false, bool isDown = true)
Public Sub New(element As View, originalArgs As View.TouchEventArgs, Optional isRightTapped As Boolean = False, Optional isDown As Boolean = True)
Parameters
Type Name Description
View element

Element where the gesture is being listened.

TouchEventArgs originalArgs

The Android.Views.View.TouchEventArgs instance containing the event data.

bool isRightTapped

if set to true the event was performed with the right button of the mouse.

bool isDown

if set to true the event was performed with the mouse down.

C1TappedEventArgs(View, TouchEventArgs, C1PointerDeviceType, bool, bool)

Initializes a new instance of the C1TappedEventArgs class.

Declaration
public C1TappedEventArgs(View element, View.TouchEventArgs originalArgs, C1PointerDeviceType pointerType, bool isRightTapped = false, bool isDown = true)
Public Sub New(element As View, originalArgs As View.TouchEventArgs, pointerType As C1PointerDeviceType, Optional isRightTapped As Boolean = False, Optional isDown As Boolean = True)
Parameters
Type Name Description
View element

Element where the gesture is being listened.

TouchEventArgs originalArgs

The Android.Views.View.TouchEventArgs instance containing the event data.

C1PointerDeviceType pointerType

the type of event that originated the gesture.

bool isRightTapped

if set to true the event was performed with the right button of the mouse.

bool isDown

if set to true the event was performed with the mouse down.