2 references to ParentRelationCollectionChanged
System.Data.Common (2)
System\Data\DataViewListener.cs (2)
112
var handlerParentRelation = new CollectionChangeEventHandler(
ParentRelationCollectionChanged
);
135
CollectionChangeEventHandler handlerParentRelation = new CollectionChangeEventHandler(
ParentRelationCollectionChanged
);