2 writes to _onCollectionChangingDelegate
System.Data.Common (2)
System\Data\DataTableCollection.cs (2)
246
_onCollectionChangingDelegate
+= value;
251
_onCollectionChangingDelegate
-= value;
2 references to _onCollectionChangingDelegate
System.Data.Common (2)
System\Data\DataTableCollection.cs (2)
722
if (
_onCollectionChangingDelegate
!= null)
725
_onCollectionChangingDelegate
(this, ccevent);