Class
ListBoxReorderEventArgs<TItem>

The class describes the event arguments of the OnReorder event.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Type Parameters:

TItem

Syntax:

cs-api-definition
public class ListBoxReorderEventArgs<TItem> : ListBoxEventArgsBase<TItem>

Inheritance: objectListBoxEventArgsBase<TItem>ListBoxReorderEventArgs<TItem>

Inherited Members ListBoxEventArgsBase<TItem>.Items

Constructors

ListBoxReorderEventArgs()

Declaration

cs-api-definition
public ListBoxReorderEventArgs()

Properties

FromIndex

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

Declaration

cs-api-definition
public int FromIndex { get; set; }

Property Value

int

ToIndex

The index of the destination item.

Declaration

cs-api-definition
public int ToIndex { get; set; }

Property Value

int