Class ItemTapEventArgs
Inheritance
System.Object
ItemTapEventArgs
Namespace: Telerik.XamarinForms.DataControls.ListView
Assembly: Telerik.XamarinForms.DataControls.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
|