DockManager.Load Event
Fires after the docking layout has been loaded.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The Load event's data class is EventArgs.
Remarks
The Load event is raised in the cases listed below:
- the dock manager has finished loading;
- the docking layout has been restored. This occurs after either the BarManager.RestoreFromRegistry, BarManager.RestoreFromStream or BarManager.RestoreFromXml methods have been called.
See Also