Skip to main content

TabControlTabShownEventArgs(Int32) Constructor

Initializes a new instance of the TabControlTabShownEventArgs class.

Namespace: DevExpress.Xpf.Core

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

#Declaration

public TabControlTabShownEventArgs(
    int tabIndex
)

#Parameters

Name Type Description
tabIndex Int32

An integer value that specifies the index of the tab item that has been shown. This value is assigned to the TabControlTabShownEventArgs.TabIndex property.

#Remarks

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

See Also