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