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