Class ItemHoldEventArgs
Represents the arguments that are passed to the
Inheritance
System.Object
ItemHoldEventArgs
Namespace: Telerik.Maui.Controls.Compatibility.DataControls.ListView
Assembly: Telerik.Maui.Controls.Compatibility.dll
Syntax
public class ItemHoldEventArgs : EventArgs
Constructors
ItemHoldEventArgs(Object)
Initializes a new instance of the ItemHoldEventArgs class.
Declaration
public ItemHoldEventArgs(object item)
Parameters
System.Object
item
|
Properties
Item
Gets the item.
Declaration
public object Item { get; }
Property Value
System.Object
|