Skip to main content
Bar

BarItemCollection.OnEndUpdate Event

Fires when updates are completed, after calling the BarItemCollection.EndUpdate method.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public event EventHandler OnEndUpdate

#Event Data

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

#Remarks

See BarItemCollection.BeginUpdate to learn more.

See Also