Notifies listeners of dynamic changes to a collection, such as when items are added and removed, or the entire collection object is reset.
Object Model
Syntax
'Declaration
Public Interface INotifyCollectionChanged
public interface INotifyCollectionChanged
See Also