Class ItemViewInteractionEventArgs
Event arguments providing information about a user interaction performed over an item from the Rad
Inherited Members
Namespace: Telerik.Maui.Controls.ItemsView
Assembly: Telerik.Maui.Controls.dll
Syntax
public class ItemViewInteractionEventArgs : ItemViewInteractionEventArgs<ItemView>
Constructors
ItemViewInteractionEventArgs(ItemView)
Initializes a new instance of the Item
Declaration
public ItemViewInteractionEventArgs(ItemView view)
Parameters
Item Specifies the Item |
ItemViewInteractionEventArgs(ItemView, Object)
Initializes a new instance of the Item
Declaration
public ItemViewInteractionEventArgs(ItemView view, object item)
Parameters
Item Specifies the Item |
System. Specifies the data item from the Rad |