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:
cs-api-definition
public class ListBoxDropEventArgs<TItem> : ListBoxEventArgsBase<TItem>
Inheritance: objectListBoxEventArgsBase<TItem>ListBoxDropEventArgs<TItem>
Inherited Members
Constructors
ListBoxDropEventArgs()
Declaration
cs-api-definition
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.
Declaration
cs-api-definition
public string DestinationListBoxId { get; set; }
Property Value