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