Class ItemViewInteractionEventArgs
Event arguments providing information about a user interaction performed over an item from the RadItemsView control.
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 ItemViewInteractionEventArgs class.
Declaration
public ItemViewInteractionEventArgs(ItemView view)
Parameters
ItemView
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
ItemView
view
Specifies the ItemView from the RadItemsView control for which the interaction is performed. |
System.Object
item
Specifies the data item from the RadItemsView control for which the interaction is performed. |