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