New to Telerik UI for .NET MAUIStart a free 30-day trial

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:

C#
public class ItemViewInteractionEventArgs : ItemViewInteractionEventArgs<ItemView>

Inheritance: objectEventArgsItemViewInteractionEventArgs<ItemView>ItemViewInteractionEventArgs

Derived Classes: ItemViewHoldingEventArgsItemViewTappedEventArgs

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

Constructors

Initializes a new instance of the ItemViewInteractionEventArgs class.

C#
public ItemViewInteractionEventArgs(ItemView view, object item)
Parameters:viewItemView

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

itemobject

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

Initializes a new instance of the ItemViewInteractionEventArgs class.

C#
public ItemViewInteractionEventArgs(ItemView view)
Parameters:viewItemView

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