Class ItemTapEventArgs
Inheritance
System.Object
ItemTapEventArgs
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemTapEventArgs : EventArgs
Constructors
ItemTapEventArgs(Object)
Declaration
public ItemTapEventArgs(object item)
Parameters
System.Object
item
|
Properties
Item
Declaration
public object Item { get; }
Property Value
System.Object
|