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