ItemTappedEventArgs Constructors

Definition

Overloads

ItemTappedEventArgs(Object, Object)
Obsolete.

Creates a new ItemTappedEventArgs object for the specified item that was tapped and the group to which it belongs.

ItemTappedEventArgs(Object, Object, Int32)

ItemTappedEventArgs(Object, Object)

Caution

Please use the constructor that reports the items index

Creates a new ItemTappedEventArgs object for the specified item that was tapped and the group to which it belongs.

[System.Obsolete("Please use the constructor that reports the items index")]
public ItemTappedEventArgs (object group, object item);
new Xamarin.Forms.ItemTappedEventArgs : obj * obj -> Xamarin.Forms.ItemTappedEventArgs

Parameters

group
Object

The item group.

item
Object

The item that was tapped.

Attributes

Applies to

ItemTappedEventArgs(Object, Object, Int32)

public ItemTappedEventArgs (object group, object item, int itemIndex);
new Xamarin.Forms.ItemTappedEventArgs : obj * obj * int -> Xamarin.Forms.ItemTappedEventArgs

Parameters

group
Object
item
Object
itemIndex
Int32

Applies to