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

DockManager.Load Event

Fires after the docking layout has been loaded.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v21.2.dll

NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

Declaration

[DXCategory("Docking")]
public event EventHandler Load

Event Data

The Load event's data class is EventArgs.

Remarks

The Load event is raised in the cases listed below:

See Also