ItemTappedEventArgs Class

Definition

Event arguments for the ItemTapped event.

public class ItemTappedEventArgs : EventArgs
type ItemTappedEventArgs = class
    inherit EventArgs
Inheritance
ItemTappedEventArgs

Constructors

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)

Properties

Group

The collection of elements to which the tapped item belongs.

Item

The visual element that the user tapped.

ItemIndex

Applies to