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

Bar.DockChanged Event

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

Namespace: DevExpress.XtraBars

Assembly: DevExpress.XtraBars.v19.1.dll

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