Class ItemViewInteractionEventArgs<TItemView>
Event arguments providing information about a user interaction performed over an item from the Rad
Inheritance
Namespace: Telerik.Maui.Controls.ItemsView
Assembly: Telerik.Maui.Controls.dll
Syntax
public abstract class ItemViewInteractionEventArgs<TItemView> : EventArgs where TItemView : ItemView
Type Parameters
TItemView
|
Constructors
ItemViewInteractionEventArgs(TItemView)
Initializes a new instance of the ItemViewInteractionEventArgs<TItemView> class.
Declaration
protected ItemViewInteractionEventArgs(TItemView view)
Parameters
TItem Specifies the Item |
ItemViewInteractionEventArgs(TItemView, Object)
Initializes a new instance of the ItemViewInteractionEventArgs<TItemView> class.
Declaration
protected ItemViewInteractionEventArgs(TItemView view, object item)
Parameters
TItem Specifies the Item |
System. Specifies the data item from the Rad |
Properties
Item
Gets the data item from the Rad
Declaration
public object Item { get; }
Property Value
System.
|
View
Gets the Item
Declaration
public TItemView View { get; }
Property Value
TItem
|