Skip to main content

TabControlTabHidingEventArgs(Int32) Constructor

In This Article

Initializes a new instance of the TabControlTabHidingEventArgs class.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public TabControlTabHidingEventArgs(
    int tabIndex
)

#Parameters

Name Type Description
tabIndex Int32

An integer value that specifies the index of the tab item that is being hidden. This value is assigned to the TabControlTabShownEventArgs.TabIndex property.

See Also