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:
Inherited Members
Constructors
Initializes a new instance of the ItemViewInteractionEventArgs class.
C#
public ItemViewInteractionEventArgs(ItemView view, object item)
Specifies the ItemView from the RadItemsView control for which the interaction is performed.
itemobjectSpecifies 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)
Specifies the ItemView from the RadItemsView control for which the interaction is performed.