Skip to main content
A newer version of this page is available. .

TabControlCommonCancelEventArgsBase Class

Serves as the base for classes that provide data for DXTabControl events.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.1.dll

Declaration

public abstract class TabControlCommonCancelEventArgsBase :
    CancelEventArgs

Remarks

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.

See Also