Skip to main content
A newer version of this page is available. .

TabControlTabRemovedEventArgs(Int32, Object, Boolean) Constructor

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

Namespace: DevExpress.Xpf.Core

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

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

Parameters

Name Type Description
index Int32

 

item Object

 

isDragDrop Boolean

 

Remarks

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

See Also