System.Collections.Specialized.INotifyCollectionChanged public interface INotifyCollectionChanged Documentation Code namespace System.Collections.Specialized { public interface INotifyCollectionChanged { event NotifyCollectionChangedEventHandler CollectionChanged; } }