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

The class describes the event arguments of the OnReorder event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

C#
public class ListBoxReorderEventArgs<TItem> : ListBoxEventArgsBase<TItem>

Inheritance: objectListBoxEventArgsBase<TItem>ListBoxReorderEventArgs<TItem>

Inherited Members ListBoxEventArgsBase<TItem>.Items

Constructors

C#
public ListBoxReorderEventArgs()

Properties

The index of the first item from the items to be reordered.

C#
public int FromIndex { get; set; }

The index of the destination item.

C#
public int ToIndex { get; set; }