AbstractModelCollection<(Of <(<'T, TPropertyTracking>)>)> Events

The AbstractModelCollection<(Of <(<'T, TPropertyTracking>)>)> type exposes the following members.

Events


  Name Description
Public event CollectionChanged (Inherited from ObservableCollection.)
Public event ErrorsChanged
Raised when the the errors collection has changed.
Public event ItemAdded
This type safe event fires after an item is added to the collection no matter how it is added.
(Inherited from ObservableCollectionExtended<(Of <(<'T>)>)>.)
Public event ItemPropertyChanged
Use this event to listen for changes to properties on items contained by this collection without having to explicitly attach an event handler to each item.
(Inherited from ObservableCollectionExtended<(Of <(<'T>)>)>.)
Public event ItemRemoved
This type safe event fires after an item is removed from the collection no matter how it is removed.
(Inherited from ObservableCollectionExtended<(Of <(<'T>)>)>.)
Public event PropertyChanged
This just exposes the INotifyPropertyChanged.PropertyChanged from the base class so you don't have to cast to get to it.
(Inherited from ObservableCollectionExtended<(Of <(<'T>)>)>.)