wpf-devexpress-dot-xpf-dot-core-3301ef48.md
Provides data for the DXTabControl.TabShowing event.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public class TabControlTabShowingEventArgs :
TabControlCommonCancelEventArgsBase
Public Class TabControlTabShowingEventArgs
Inherits TabControlCommonCancelEventArgsBase
TabControlTabShowingEventArgs is the data class for the following events:
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.
Object EventArgs CancelEventArgs TabControlCommonCancelEventArgsBase TabControlTabShowingEventArgs
See Also