Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
2 references to CollectionChanged
PresentationFramework (2)
MS\Internal\Data\CollectionViewGroupRoot.cs (2)
54
if (
CollectionChanged
!= null)
55
CollectionChanged
(this, args);