2 writes to onCollectionChangingDelegate
System.Data (2)
fx\src\data\System\Data\DataRelationCollection.cs (2)
225
onCollectionChangingDelegate
+= value;
229
onCollectionChangingDelegate
-= value;
2 references to onCollectionChangingDelegate
System.Data (2)
fx\src\data\System\Data\DataRelationCollection.cs (2)
358
if (
onCollectionChangingDelegate
!= null) {
360
onCollectionChangingDelegate
(this, ccevent);