Bar.DockChanged Event
In This Article
Occurs after the bar has been docked to another position by an end-user.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
public event EventHandler DockChanged
#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