TabsReorderEventArgs Class

Supplies information about a Reorder event that is raised when tabs are reordered via drag and drop.

Inheritance

Object

TabsReorderEventArgs

Namespace: Radzen.Blazor

Assembly: Radzen.Blazor.dll

Syntax

public class TabsReorderEventArgs

Constructors

TabsReorderEventArgslink

Supplies information about a Reorder event that is raised when tabs are reordered via drag and drop.

Declaration
public TabsReorderEventArgs()

Properties

NewIndexlink

The new index of the tab after it was moved.

Declaration
public int NewIndex { get; set; }
Property Value
Type Description
intThe new index of the tab after it was moved.

OldIndexlink

The original index of the tab before it was moved.

Declaration
public int OldIndex { get; set; }
Property Value
Type Description
intThe original index of the tab before it was moved.
An error has occurred. This app may no longer respond until reloaded. Reload 🗙