Skip to main content

Bar.BarControlLoaded Event

In This Article

Fires when a BarControl, representing the current bar on-screen, is created.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v14.2.dll

#Declaration

public event BarControlLoadedEventHandler BarControlLoaded

#Event Data

The BarControlLoaded event's handler receives an argument of the DevExpress.Xpf.Bars.BarControlLoadedEventArgs type.

See Also