ClassListBoxDropEventArgs<TItem>
Class
The class describes the event arguments of the OnDrop event.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Type Parameters:
TItem
Syntax:
public class ListBoxDropEventArgs<TItem> : ListBoxEventArgsBase<TItem>
Inheritance: objectListBoxEventArgsBase<TItem>ListBoxDropEventArgs<TItem>
Inherited Members
Constructors
ListBoxDropEventArgs()
Declaration
public ListBoxDropEventArgs()
Properties
DestinationIndex
Defines the destination index inside the list box over which the item is dropped.
DestinationListBoxId
The id of the component from which the dropped item was dragged from.