Supplies information about a Reorder event that is raised when tabs are reordered via drag and drop.
Object
Namespace: Radzen.Blazor
Assembly: Radzen.Blazor.dll
public class TabsReorderEventArgsSupplies information about a Reorder event that is raised when tabs are reordered via drag and drop.
public TabsReorderEventArgs()The new index of the tab after it was moved.
public int NewIndex { get; set; }
| Type | Description |
|---|---|
| int | The new index of the tab after it was moved. |
The original index of the tab before it was moved.
public int OldIndex { get; set; }
| Type | Description |
|---|---|
| int | The original index of the tab before it was moved. |