Event arguments providing information about holding an item in the RadItemsView control.
Definition
Namespace:Telerik.Maui.Controls.ItemsView
Assembly:Telerik.Maui.Controls.dll
Syntax:
C#
public class ItemViewHoldingEventArgs : ItemViewInteractionEventArgs
Inheritance: objectEventArgsItemViewInteractionEventArgs<ItemView>ItemViewInteractionEventArgsItemViewHoldingEventArgs
Inherited Members
Constructors
Initializes a new instance of the ItemViewHoldingEventArgs class.
C#
public ItemViewHoldingEventArgs(ItemView view, object item)
Specifies the ItemView that is held in the RadItemsView control.
itemobjectSpecifies the data item that is held in the RadItemsView control.
Initializes a new instance of the ItemViewHoldingEventArgs class.
C#
public ItemViewHoldingEventArgs(ItemView view)
Specifies the ItemView that is held in the RadItemsView control.