Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
2 references to CollectionChanged
PresentationFramework (2)
src\Framework\System\Windows\Navigation\JournalEntryListConverter.cs (2)
195if (CollectionChanged != null) 197CollectionChanged(this, new NotifyCollectionChangedEventArgs(NotifyCollectionChangedAction.Reset));