BarItemCollection.OnEndUpdate Event
In This Article
Fires when updates are completed, after calling the BarItemCollection.EndUpdate method.
Namespace: DevExpress.Xpf.Bars
Assembly: DevExpress.Xpf.Core.v14.2.dll
#Declaration
#Event Data
The OnEndUpdate event's handler receives an argument of the EventArgs type.
#Remarks
See BarItemCollection.BeginUpdate to learn more.
See Also