BarManager.Load Event
In This Article
Fires when the manager is initialized.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[DXCategory("Events")]
public event EventHandler Load
#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