2 writes to onCollectionChangingDelegate
System.Data (2)
fx\src\data\System\Data\DataColumnCollection.cs (2)
249onCollectionChangingDelegate += value; 252onCollectionChangingDelegate -= value;
2 references to onCollectionChangingDelegate
System.Data (2)
fx\src\data\System\Data\DataColumnCollection.cs (2)
732if (onCollectionChangingDelegate != null) { 733onCollectionChangingDelegate(this, ccevent);