Back to Devexpress

TabControlTabShowingEventArgs Class

wpf-devexpress-dot-xpf-dot-core-3301ef48.md

latest2.0 KB
Original Source

TabControlTabShowingEventArgs Class

Provides data for the DXTabControl.TabShowing event.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public class TabControlTabShowingEventArgs :
    TabControlCommonCancelEventArgsBase
vb
Public Class TabControlTabShowingEventArgs
    Inherits TabControlCommonCancelEventArgsBase

TabControlTabShowingEventArgs is the data class for the following events:

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

TabControlTabShowingEventArgs Members

DevExpress.Xpf.Core Namespace