Skip to main content

TabControlTabRemovingEventArgs(Int32, Object, Boolean) Constructor

Initializes a new instance of the TabControlTabRemovingEventArgs class with the specified settings.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public TabControlTabRemovingEventArgs(
    int index,
    object item,
    bool isDragDrop
)

Parameters

Name Type Description
index Int32

 

item Object

 

isDragDrop Boolean

 

Remarks

Instances of the TabControlTabRemovingEventArgs class are automatically created, initialized and passed to the corresponding event handlers.

See Also