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