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

TabControlTabShowingEventArgs Class

Provides data for the DXTabControl.TabShowing event.

Namespace: DevExpress.Xpf.Core

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

Declaration

public class TabControlTabShowingEventArgs :
    TabControlCommonCancelEventArgsBase

Remarks

The DXTabControl.TabShowing event is fired before a tab item is shown. The TabControlTabShowingEventArgs class provides the TabControlTabShowingEventArgs.Cancel property, that allows you to cancel the action. Use the TabControlTabShowingEventArgs.TabIndex property to obtain the index of the tab item being shown.

After the tab item has been shown, the DXTabControl.TabShown event is fired.

See Also