5 references to RelationPropertyChanged
System.Data.Common (5)
System\Data\DataRelationCollection.cs (1)
588
RelationPropertyChanged
?.Invoke(this, ccevent);
System\Data\DataViewListener.cs (4)
109
((DataRelationCollection.DataTableRelationCollection)(table.ChildRelations)).
RelationPropertyChanged
+= handlerChildRelation;
113
((DataRelationCollection.DataTableRelationCollection)(table.ParentRelations)).
RelationPropertyChanged
+= handlerParentRelation;
132
((DataRelationCollection.DataTableRelationCollection)(table.ChildRelations)).
RelationPropertyChanged
-= handlerChildRelation;
136
((DataRelationCollection.DataTableRelationCollection)(table.ParentRelations)).
RelationPropertyChanged
-= handlerParentRelation;