New to Telerik UI for BlazorStart a free 30-day trial

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 ListBoxEventArgsBase<TItem>.Items

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; }