Back to Devexpress

BarItemCollection Events

wpf-devexpress-dot-xpf-dot-bars-dot-baritemcollection-dot-underscore-events.md

latest2.5 KB
Original Source

BarItemCollection Events

Represents the collection of bar items.

NameDescription
AfterInsertFires after a BarItem is added to a BarItemCollection.
BeforeRemoveFires before a BarItem is removed from a BarItemCollection.
CollectionChangedOccurs when an item is added, removed, changed, moved, or the entire list is refreshed. Inherited from ObservableCollection<T>.
OnBeginUpdateFires when collection updates are initiated via the BarItemCollection.BeginUpdate method.
OnEndUpdateFires when updates are completed, after calling the BarItemCollection.EndUpdate method.
PropertyChanged protectedOccurs when a property value changes. Inherited from ObservableCollection<T>.
INotifyPropertyChanged.PropertyChangedOccurs when a property value changes. Inherited from ObservableCollection<T>.

See Also

BarItemCollection Class

BarItemCollection Members

DevExpress.Xpf.Bars Namespace