[]
Initializes a new instance of the C1TappedEventArgs class.
public C1TappedEventArgs(View element, View.TouchEventArgs originalArgs, bool isRightTapped = false, bool isDown = true)
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 |
bool | isDown | if set to |