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

TabControlTabShowingEventArgs(Int32, Object) Constructor

Initializes a new instance of the TabControlTabShowingEventArgs class.

Namespace: DevExpress.Xpf.Core

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

Declaration

public TabControlTabShowingEventArgs(
    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 shown.

item Object

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

See Also