Class ItemReorderedEventArgs
Inherited Members
Namespace: Telerik.UI.Xaml.Controls.TabControl
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class ItemReorderedEventArgs : RadRoutedEventArgs
Properties
NewIndex
Declaration
public int NewIndex { get; }
Property Value
System.
|
OldIndex
Declaration
public int OldIndex { get; }
Property Value
System.
|