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
Type Parameters:
TItemView
Syntax:
public abstract class ItemViewInteractionEventArgs<TItemView> : EventArgs where TItemView : ItemView
Inheritance: objectEventArgsItemViewInteractionEventArgs<TItemView>
Derived Classes:
Inherited Members
Constructors
Initializes a new instance of the ItemViewInteractionEventArgs<TItemView> class.
protected ItemViewInteractionEventArgs(TItemView view, object item)
Specifies the ItemView from the RadItemsView control for which the interaction is performed.
itemobjectSpecifies the data item from the RadItemsView control for which the interaction is performed.
Initializes a new instance of the ItemViewInteractionEventArgs<TItemView> class.
protected ItemViewInteractionEventArgs(TItemView view)
Specifies the ItemView from the RadItemsView control for which the interaction is performed.
Properties
Gets the data item from the RadItemsView control for which the interaction is performed.
public object Item { get; }
View
TItemView
Gets the ItemView from the RadItemsView control for which the interaction is performed.
public TItemView View { get; }