Class
ItemReorderedEventArgs

Provides data for the RadTabControlReordered event of RadTabControl.

Definition

Namespace:Telerik.Windows.Controls.TabControl

Assembly:Telerik.Windows.Controls.Navigation.dll

Syntax:

cs-api-definition
public class ItemReorderedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsItemReorderedEventArgs

Properties

NewIndex

Gets the new index of the dragged item.

Declaration

cs-api-definition
public int NewIndex { get; }

Property Value

int

OldIndex

Gets the previous index of the dragged item.

Declaration

cs-api-definition
public int OldIndex { get; }

Property Value

int

In this article
DefinitionPropertiesNewIndexOldIndex
Not finding the help you need?
Contact Support