3 references to PropertyChanging
System.Data.Common (3)
System\Data\DataRelation.cs (2)
750
if (
PropertyChanging
!= null)
753
PropertyChanging
(this, pcevent);
System\Xml\XmlDataDocument.cs (1)
293
rel.
PropertyChanging
+= new PropertyChangedEventHandler(OnRelationPropertyChanging);