Skip to main content
A newer version of this page is available. .
Bar

BarItemCollection.OnEndUpdate Event

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

Namespace: DevExpress.Xpf.Bars

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

Declaration

public event EventHandler OnEndUpdate

Event Data

The OnEndUpdate event's data class is EventArgs.

Remarks

See BarItemCollection.BeginUpdate to learn more.

See Also