Skip to main content

DockManager.Load Event

Fires after the docking layout has been loaded.

Namespace: DevExpress.XtraBars.Docking

Assembly: DevExpress.XtraBars.v23.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 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