DockManager.Load Event
In This Article
Fires after the docking layout has been loaded.
Namespace: DevExpress.XtraBars.Docking
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: 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:
- 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.
#Related GitHub Examples
The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Load event.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.
See Also