Back to Devexpress

Bar.DockChanged Event

windowsforms-devexpress-dot-xtrabars-dot-bar-a01e0bec.md

latest1.2 KB
Original Source

Bar.DockChanged Event

Occurs after the bar has been docked to another position by an end-user.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public event EventHandler DockChanged
vb
Public Event DockChanged As EventHandler

Event Data

The DockChanged event's data class is EventArgs.

Remarks

This event fires after an end-user has dragged and dropped a bar at another position. To get the bar’s current dock position, use the Bar.DockStyle property.

See Also

DockStyle

Bar Class

Bar Members

DevExpress.XtraBars Namespace