ClassItemViewInteractionEventArgs
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:
public class ItemViewInteractionEventArgs : ItemViewInteractionEventArgs<ItemView>
Inheritance: objectEventArgsItemViewInteractionEventArgs<ItemView>ItemViewInteractionEventArgs
Derived Classes:
Inherited Members
Constructors
ItemViewInteractionEventArgs(ItemView)
Initializes a new instance of the ItemViewInteractionEventArgs class.
Declaration
public ItemViewInteractionEventArgs(ItemView view)
Parameters
view
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
public ItemViewInteractionEventArgs(ItemView view, object item)
Parameters
view
Specifies the ItemView from the RadItemsView control for which the interaction is performed.
item
Specifies the data item from the RadItemsView control for which the interaction is performed.