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

DXTabControl.TabAdded Event

Fires after a tab item has been added.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public event TabControlTabAddedEventHandler TabAdded

Event Data

The TabAdded event's data class is TabControlTabAddedEventArgs.

Remarks

To prevent a tab item from being added, handle the DXTabControl.TabAdding event.

See Also