INotifyCollectionChanged Members

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

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.