2 references to PropertyChanging
System.Data.Common (2)
System\Data\DataColumn.cs (1)
1735
PropertyChanging
?.Invoke(this, pcevent);
System\Xml\XmlDataDocument.cs (1)
325
col.
PropertyChanging
+= new PropertyChangedEventHandler(OnColumnPropertyChanging);