Class
ItemReorderedEventArgs

Provides data for the RadTabControlReordered event of RadTabControl.

Definition

Namespace:Telerik.UI.Xaml.Controls.TabControl

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class ItemReorderedEventArgs : RadRoutedEventArgs

Inheritance: objectRadRoutedEventArgsItemReorderedEventArgs

Inherited Members RadRoutedEventArgs.InvokeEventHandler(Delegate, object)RadRoutedEventArgs.OnSetSource(object)RadRoutedEventArgs.RoutedEventRadRoutedEventArgs.SourceRadRoutedEventArgs.HandledRadRoutedEventArgs.OriginalSource

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