Class
ItemTapCommandContext

Represents the context that is passed as a parameter of the ItemTap Command.

Definition

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

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ItemTapCommandContext

Inheritance: objectItemTapCommandContext

Constructors

ItemTapCommandContext(object)

Initializes a new instance of the ItemTapCommandContext class.

Declaration

cs-api-definition
public ItemTapCommandContext(object item)

Parameters

item

object

Properties

Item

Gets the tapped item.

Declaration

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

Property Value

object