Class
ItemViewInteractionEventArgs

Event arguments providing information about a user interaction performed over an item from the RadItemsView control.

Definition

Namespace:Telerik.Maui.Controls.ItemsView

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class ItemViewInteractionEventArgs : ItemViewInteractionEventArgs<ItemView>

Inheritance: objectEventArgsItemViewInteractionEventArgs<ItemView>ItemViewInteractionEventArgs

Derived Classes: ItemViewHoldingEventArgsItemViewTappedEventArgs

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

Constructors

ItemViewInteractionEventArgs(ItemView)

Initializes a new instance of the ItemViewInteractionEventArgs class.

Declaration

cs-api-definition
public ItemViewInteractionEventArgs(ItemView view)

Parameters

view

ItemView

Specifies the ItemView from the RadItemsView control for which the interaction is performed.

ItemViewInteractionEventArgs(ItemView, object)

Initializes a new instance of the ItemViewInteractionEventArgs class.

Declaration

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

Parameters

view

ItemView

Specifies the ItemView from the RadItemsView control for which the interaction is performed.

item

object

Specifies the data item from the RadItemsView control for which the interaction is performed.