Event arguments providing information about a tapped item in the RadItemsView control.
Definition
Namespace:Telerik.Maui.Controls.ItemsView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ItemViewTappedEventArgs : ItemViewInteractionEventArgs
Inheritance: objectEventArgsItemViewInteractionEventArgs<ItemView>ItemViewInteractionEventArgsItemViewTappedEventArgs
Inherited Members
Constructors
Initializes a new instance of the ItemViewTappedEventArgs class.
C#
public ItemViewTappedEventArgs(ItemView view, object item)
Specifies the tapped ItemView in the RadItemsView control.
itemobjectSpecifies the tapped data item in the RadItemsView control.
Initializes a new instance of the ItemViewTappedEventArgs class.
C#
public ItemViewTappedEventArgs(ItemView view)
Specifies the tapped ItemView in the RadItemsView control.