INotifyCollectionChanged Events

The INotifyCollectionChanged<(Of <(<'T>)>)> type exposes the following members.

Events


  Name Description
Public event ItemAdded
This type safe event fires after an item is added to the collection no matter how it is added.
Public event ItemRemoved
This type safe event fires after an item is removed from the collection no matter how it is removed.