Share via


ItemTappedEventArgs Class

Definition

Event arguments for the ItemTapped event.

public ref class ItemTappedEventArgs : EventArgs
public class ItemTappedEventArgs : EventArgs
type ItemTappedEventArgs = class
    inherit EventArgs
Public Class ItemTappedEventArgs
Inherits EventArgs
Inheritance
ItemTappedEventArgs

Constructors

Name Description
ItemTappedEventArgs(Object, Object, Int32)

Creates a new ItemTappedEventArgs with the specified group, item, and index.

Properties

Name Description
Group

The collection of elements to which the tapped item belongs.

Item

The visual element that the user tapped.

ItemIndex

Gets the index of the tapped item within the items source.

Applies to