Implemented interface member:
event
CollectionChanged
System.Collections.Specialized.INotifyCollectionChanged.CollectionChanged
2 references to CollectionChanged
PresentationFramework (2)
src\Framework\System\Windows\Controls\DataGridColumnHeaderCollection.cs (2)
241if (CollectionChanged != null) 243CollectionChanged(this, args);