Skip to main content

TabControlTabHidingEventArgs(Int32, Object) Constructor

Initializes a new instance of the TabControlTabHidingEventArgs class.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public TabControlTabHidingEventArgs(
    int index,
    object item
)

Parameters

Name Type Description
index Int32

An integer value which specifies the index of the tab item that is about to be hidden.

item Object

An object that represents the tab item that is about to be hidden.

See Also