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

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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, 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