8 references to CollectionChanged
System.Data.Common (8)
System\Data\DataRelationCollection.cs (1)
16
[DefaultEvent(nameof(
CollectionChanged
))]
System\Data\DataViewListener.cs (4)
110
table.ChildRelations.
CollectionChanged
+= handlerChildRelation;
114
table.ParentRelations.
CollectionChanged
+= handlerParentRelation;
133
table.ChildRelations.
CollectionChanged
-= handlerChildRelation;
137
table.ParentRelations.
CollectionChanged
-= handlerParentRelation;
System\Data\DataViewManager.cs (3)
36
_dataSet.Relations.
CollectionChanged
+= new CollectionChangeEventHandler(RelationCollectionChanged);
68
_dataSet.Relations.
CollectionChanged
-= new CollectionChangeEventHandler(RelationCollectionChanged);
73
_dataSet.Relations.
CollectionChanged
+= new CollectionChangeEventHandler(RelationCollectionChanged);