Class DocumentTabOrderChangedEventArgs
Provides data for the DocumentTabOrderChangedEventArgs event.
Inheritance
System.Object
System.EventArgs
DocumentTabOrderChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Syncfusion.Windows.Tools.Controls
Assembly: Syncfusion.Tools.Wpf.dll
Syntax
public class DocumentTabOrderChangedEventArgs : EventArgs
Constructors
DocumentTabOrderChangedEventArgs()
Declaration
public DocumentTabOrderChangedEventArgs()
Properties
NewIndex
Gets the tab index of item from TargetTabGroup.
Declaration
public int NewIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
OldIndex
Gets the tab index of item from SourceTabGroup.
Declaration
public int OldIndex { get; }
Property Value
Type | Description |
---|---|
System.Int32 |
SourceTabGroup
Gets the source tab group from which DocumentTab is dragged from.
Declaration
public DocumentTabControl SourceTabGroup { get; }
Property Value
Type | Description |
---|---|
DocumentTabControl |
SourceTabItem
Get the document tab item which is being dragged.
Declaration
public object SourceTabItem { get; }
Property Value
Type | Description |
---|---|
System.Object | The dragging element of DockingManager. |
TargetTabGroup
Gets the target tab group to which DocumentTab is going to be dropped.
Declaration
public DocumentTabControl TargetTabGroup { get; }
Property Value
Type | Description |
---|---|
DocumentTabControl |