Class ItemTapCommandContext
Represents the context that is passed as a parameter of a
Inheritance
System.Object
ItemTapCommandContext
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView.Commands
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemTapCommandContext : Object
Constructors
ItemTapCommandContext(Object)
Initializes a new instance of the ItemTapCommandContext class.
Declaration
public ItemTapCommandContext(object item)
Parameters
System.Object
item
|
Properties
Item
Gets the tapped item.
Declaration
public object Item { get; }
Property Value
System.Object
|