Class ItemReorderedEventArgs
Provides data for the RadTabControlReordered event of RadTabControl.
Inherited Members
Namespace: Telerik.Windows.Controls.TabControl
Assembly: Telerik.Windows.Controls.Navigation.dll
Syntax
public class ItemReorderedEventArgs : RadRoutedEventArgs
Properties
NewIndex
Gets the new index of the dragged item.
Declaration
public int NewIndex { get; }
Property Value
System.Int32
|
OldIndex
Gets the previous index of the dragged item.
Declaration
public int OldIndex { get; }
Property Value
System.Int32
|