BarManager.Load Event
Fires when the manager is initialized.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
Event Data
The Load event's data class is EventArgs.
Remarks
The Load
event fires when the manager is initialized due to the form that bars are on being loaded, or a ForceInitialize() method call.
See Also