Class
ItemTapEventArgs

Provides data for the item tap event.

Definition

Namespace:Telerik.Maui.Controls.Compatibility.DataControls.ListView

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ItemTapEventArgs : EventArgs

Inheritance: objectEventArgsItemTapEventArgs

Inherited Members EventArgs.Empty

Constructors

ItemTapEventArgs(object)

Initializes a new instance of the ItemTapEventArgs class.

Declaration

cs-api-definition
public ItemTapEventArgs(object item)

Parameters

item

object

The item that was tapped.

Properties

Item

Gets the item that was tapped.

Declaration

cs-api-definition
public object Item { get; }

Property Value

object

The tapped item.