Skip to main content
Bar

BarItemCollection.OnBeginUpdate Event

Fires when collection updates are initiated via the BarItemCollection.BeginUpdate method.

Namespace: DevExpress.Xpf.Bars

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public event EventHandler OnBeginUpdate

Event Data

The OnBeginUpdate event's data class is EventArgs.

Remarks

See BarItemCollection.BeginUpdate to learn more.

See Also