Back to Devexpress

DXTabControl.TabMoving Event

wpf-devexpress-dot-xpf-dot-core-dot-dxtabcontrol-40fac90f.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Core

Declaration

csharp
public event TabControlTabMovingEventHandler TabMoving
vb
Public Event TabMoving As TabControlTabMovingEventHandler

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

DXTabControl Class

DXTabControl Members

DevExpress.Xpf.Core Namespace