1 override of AssociationChangedForObjectView
System.Data.Entity (1)
System\Data\Objects\DataClasses\EntityCollection.cs (1)
81
internal override event CollectionChangeEventHandler
AssociationChangedForObjectView
2 references to AssociationChangedForObjectView
System.Data.Entity (2)
System\Data\Objects\ObjectViewListener.cs (2)
62
((RelatedEnd)_dataSource).
AssociationChangedForObjectView
+= CollectionChanged;
75
((RelatedEnd)_dataSource).
AssociationChangedForObjectView
-= CollectionChanged;