Class TabDraggingEventArgs
Represents a class that provides data about the TabDragging event.
Inherited Members
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class TabDraggingEventArgs : SyncfusionCancelEventArgs
Constructors
TabDraggingEventArgs()
Initializes a new instance of the TabDraggingEventArgs class.
Declaration
public TabDraggingEventArgs()
Properties
Action
Gets the action for tab drag-and-drop operation.
Declaration
public TabDraggingAction Action { get; set; }
Property Value
Type |
---|
TabDraggingAction |
From
Gets the index of the tab being dragged.
Declaration
public int From { get; }
Property Value
Type |
---|
System.Int32 |
To
Gets the index at which the tab is dropped.
Declaration
public int To { get; }
Property Value
Type |
---|
System.Int32 |