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.v14.2.dll

#Declaration

public event EventHandler OnBeginUpdate

#Event Data

The OnBeginUpdate event's handler receives an argument of the EventArgs type.

#Remarks

See BarItemCollection.BeginUpdate to learn more.

See Also