INotifyCollectionChanged public interface INotifyCollectionChanged Notifies listeners of dynamic changes, such as when items get added and removed or the whole list is refreshed. Documentation event NotifyCollectionChangedEventHandler CollectionChanged Occurs when the collection changes.