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