TabControlTabHiddenEventArgs(Int32, Object) Constructor
Initializes a new instance of the TabControlTabHiddenEventArgs 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 which specifies the index of the tab item that has been hidden. |
| item | Object | An object that represents the tab item that has been hidden. |
See Also