Class TabOrderChangedEventArgs
Provides data for the TabOrderChangedEventArgs event.
Inheritance
System.Object
TabOrderChangedEventArgs
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class TabOrderChangedEventArgs : EventArgs
Constructors
TabOrderChangedEventArgs()
Declaration
public TabOrderChangedEventArgs()
Properties
NewIndex
Gets the tab index of item from target tab group.
Declaration
public int NewIndex { get; }
Property Value
Type |
---|
System.Int32 |
OldIndex
Gets the tab index of item from source tab group.
Declaration
public int OldIndex { get; }
Property Value
Type |
---|
System.Int32 |
TargetItem
Gets or sets the dragging element of DockingManager that raises the DocumentTabOrderChanged event.
Declaration
public object TargetItem { get; }
Property Value
Type | Description |
---|---|
System.Object | The dragging element of DockingManager. |