Skip to main content

TabControlTabStartDraggingEventArgs(Int32, Object) Constructor

Initializes a new instance of the TabControlTabStartDraggingEventArgs class.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public TabControlTabStartDraggingEventArgs(
    int index,
    object item
)

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