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