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