Class
ItemViewHoldingEventArgs

Event arguments providing information about holding an item in the RadItemsView control.

Definition

Namespace:Telerik.Maui.Controls.ItemsView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ItemViewHoldingEventArgs : ItemViewInteractionEventArgs

Inheritance: objectEventArgsItemViewInteractionEventArgs<ItemView>ItemViewInteractionEventArgsItemViewHoldingEventArgs

Inherited Members ItemViewInteractionEventArgs<ItemView>.ViewItemViewInteractionEventArgs<ItemView>.ItemEventArgs.Empty

Constructors

ItemViewHoldingEventArgs(ItemView)

Initializes a new instance of the ItemViewHoldingEventArgs class.

Declaration

cs-api-definition
public ItemViewHoldingEventArgs(ItemView view)

Parameters

view

ItemView

Specifies the ItemView that is held in the RadItemsView control.

ItemViewHoldingEventArgs(ItemView, object)

Initializes a new instance of the ItemViewHoldingEventArgs class.

Declaration

cs-api-definition
public ItemViewHoldingEventArgs(ItemView view, object item)

Parameters

view

ItemView

Specifies the ItemView that is held in the RadItemsView control.

item

object

Specifies the data item that is held in the RadItemsView control.

Properties

Handled

Gets or sets a value indicating whether the event handler has already handled the hold gesture. When set to true, the default handling of the hold gesture is not executed. When set to false, the default handling of the hold gesture is executed.

Declaration

cs-api-definition
public bool Handled { get; set; }

Property Value

bool