Skip to main content
A newer version of this page is available. .
Bar

BarManager.Load Event

Fires when the manager is initialized.

Namespace: DevExpress.XtraBars

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