Skip to main content
All docs
V25.1
  • Bar

    BarManager.Load Event

    Fires when the manager is initialized.

    Namespace: DevExpress.XtraBars

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