Class
ListBoxDropEventArgs<TItem>

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

Constructors

ListBoxDropEventArgs()

Declaration

cs-api-definition
public ListBoxDropEventArgs()

Properties

DestinationIndex

Defines the destination index inside the list box over which the item is dropped.

Declaration

cs-api-definition
public int? DestinationIndex { get; set; }

Property Value

int?

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

string