4 references to RowUpdatedEventArgs
System.Data (4)
fx\src\data\System\Data\Common\DbDataAdapter.cs (1)
229return new RowUpdatedEventArgs(dataRow, command, statementType, tableMapping);
fx\src\data\System\Data\Odbc\OdbcRowUpdatingEvent.cs (1)
54: base(row, command, statementType, tableMapping)
fx\src\data\System\Data\OleDb\OleDbRowUpdatedEvent.cs (1)
18: base(dataRow, command, statementType, tableMapping) {
fx\src\data\System\Data\SqlClient\SqlRowUpdatedEvent.cs (1)
19: base(row, command, statementType, tableMapping) {