3 references to DataRowCreated
System.Data (3)
fx\src\data\System\NewXml\XmlDataDocument.cs (3)
224
dataSet.
DataRowCreated
+= new DataRowCreatedEventHandler( this.OnDataRowCreatedSpecial );
229
dataSet.
DataRowCreated
-= new DataRowCreatedEventHandler( this.OnDataRowCreatedSpecial );
253
dataSet.
DataRowCreated
+= new DataRowCreatedEventHandler( this.OnDataRowCreated );