2 writes to _onCollectionChangingDelegate
System.Data.Common (2)
System\Data\DataRelationCollection.cs (2)
234
_onCollectionChangingDelegate
+= value;
239
_onCollectionChangingDelegate
-= value;
2 references to _onCollectionChangingDelegate
System.Data.Common (2)
System\Data\DataRelationCollection.cs (2)
384
if (
_onCollectionChangingDelegate
!= null)
387
_onCollectionChangingDelegate
(this, ccevent);