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

Provides data for the RadTabControlReordered event of RadTabControl.

Definition

Namespace:Telerik.Windows.Controls.TabControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

C#
public class ItemReorderedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsItemReorderedEventArgs

Properties

Gets the new index of the dragged item.

C#
public int NewIndex { get; }

Gets the previous index of the dragged item.

C#
public int OldIndex { get; }
In this article
DefinitionPropertiesNewIndexOldIndex
Not finding the help you need?
Contact Support