TabControlTabShowingEventArgs Class
Provides data for the DXTabControl.TabShowing event.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
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.
Inheritance
Object
EventArgs
CancelEventArgs
TabControlCommonCancelEventArgsBase
TabControlTabShowingEventArgs
See Also