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