TabControlCommonCancelEventArgsBase Class
Serves as the base for classes that provide data for DXTabControl events.
Namespace: DevExpress.Xpf.Core
Assembly: DevExpress.Xpf.Core.v24.2.dll
NuGet Package: DevExpress.Wpf.Core
Declaration
Remarks
Use the TabControlCommonCancelEventArgsBase class descendants to provide data for the following events.
- DXTabControl.TabShowing
- DXTabControl.TabHiding
- DXTabControl.TabRemoving
- DXTabControl.TabStartDragging
Handle these events to prevent a tab from being shown, hidden, removed or dragged.
Inheritance
See Also