2 writes to onCollectionChangingDelegate
System.Data (2)
fx\src\data\System\Data\DataTableCollection.cs (2)
244onCollectionChangingDelegate += value; 248onCollectionChangingDelegate -= value;
2 references to onCollectionChangingDelegate
System.Data (2)
fx\src\data\System\Data\DataTableCollection.cs (2)
655if (onCollectionChangingDelegate != null) { 657onCollectionChangingDelegate(this, ccevent);