TabControlTabStartDraggingEventArgs(Int32, Object) Constructor
Initializes a new instance of the TabControlTabStartDraggingEventArgs class.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v25.1.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| index | Int32 | An integer value specifying the zero-based index of the dragged tab. |
| item | Object | A dragged tab. |
Remarks
Instances of the TabControlTabStartDraggingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.
See Also