Back to Devexpress

TabControlTabHidingEventArgs Class

wpf-devexpress-dot-xpf-dot-core-17ee906c.md

latest2.0 KB
Original Source

TabControlTabHidingEventArgs Class

Provides data for the DXTabControl.TabHiding event.

Namespace : DevExpress.Xpf.Core

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

NuGet Package : DevExpress.Wpf.Core

Declaration

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

TabControlTabHidingEventArgs is the data class for the following events:

Remarks

The DXTabControl.TabHiding event is fired before a tab item is hidden, allowing you to cancel the action. To do this, set the event parameter’s TabControlTabHiddingEventArgs.Cancel property to true. Use the TabControlTabHiddingEventArgs.TabIndex property to obtain the index of the tab item that is being hidden.

After the tab item has been hidden, the DXTabControl.TabHidden event is fired.

Inheritance

Object EventArgs CancelEventArgs TabControlCommonCancelEventArgsBase TabControlTabHidingEventArgs

See Also

TabControlTabHidingEventArgs Members

DevExpress.Xpf.Core Namespace