Class TabMovedEventArgs
Provides data about a Syncfusion.Windows.Forms.InternalTabBar.TabMoved or Syncfusion.Windows.Forms.InternalTabBar.TabMoving events of a Syncfusion.Windows.Forms.InternalTabBar.
Inheritance
System.Object
TabMovedEventArgs
Namespace: Syncfusion.Windows.Forms
Assembly: Syncfusion.Shared.Base.dll
Syntax
public class TabMovedEventArgs : CancelEventArgs
Constructors
TabMovedEventArgs(Int32, Int32)
Initializes a TabMovedEventArgs.
Declaration
public TabMovedEventArgs(int tab, int destTab)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | tab | The original tab index. |
System.Int32 | destTab | The destination tab index. |
Properties
DestTab
Gets / sets the destination tab index.
Declaration
public int DestTab { get; set; }
Property Value
Type |
---|
System.Int32 |
Tab
Gets / sets the original tab index.
Declaration
public int Tab { get; set; }
Property Value
Type |
---|
System.Int32 |