Class
ItemHoldEventArgs

Represents the arguments that are passed to the RadListView item hold event.

Definition

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

Assembly:Telerik.Maui.Controls.Compatibility.dll

Syntax:

cs-api-definition
public class ItemHoldEventArgs : EventArgs

Inheritance: objectEventArgsItemHoldEventArgs

Inherited Members EventArgs.Empty

Constructors

ItemHoldEventArgs(object)

Initializes a new instance of the ItemHoldEventArgs class.

Declaration

cs-api-definition
public ItemHoldEventArgs(object item)

Parameters

item

object

Properties

Item

Gets the item.

Declaration

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

Property Value

object