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