wpf-devexpress-dot-xpf-dot-core-20ee750d.md
Serves as the base for classes that provide data for DXTabControl events.
Namespace : DevExpress.Xpf.Core
Assembly : DevExpress.Xpf.Core.v25.2.dll
NuGet Package : DevExpress.Wpf.Core
public abstract class TabControlCommonCancelEventArgsBase :
CancelEventArgs
Public MustInherit Class TabControlCommonCancelEventArgsBase
Inherits CancelEventArgs
Use the TabControlCommonCancelEventArgsBase class descendants to provide data for the following events.
Handle these events to prevent a tab from being shown, hidden, removed or dragged.
Object EventArgs CancelEventArgs TabControlCommonCancelEventArgsBase TabControlTabHidingEventArgs
TabControlTabRemovingEventArgs
TabControlTabStartDraggingEventArgs
See Also