Skip to main content

DXTabControl.TabMoving Event

Fires before a tab item is moved, and allows you to prevent this action.

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public event TabControlTabMovingEventHandler TabMoving

Event Data

The TabMoving event's data class is DevExpress.Xpf.Core.TabControlTabMovingEventArgs.

Remarks

To prevent a tab item from being added, set the event’s Cancel parameter to true. After an item has been moved, the DXTabControl.TabMoved event fires.

See Also