3 references to RowUpdatedEventArgs
System.Data.Common (1)
System\Data\Common\DbDataAdapter.cs (1)
259
return new
RowUpdatedEventArgs
(dataRow, command, statementType, tableMapping);
System.Data.Odbc (1)
System\Data\Odbc\OdbcRowUpdatingEvent.cs (1)
50
:
base
(row, command, statementType, tableMapping)
System.Data.OleDb (1)
OleDbRowUpdatedEvent.cs (1)
11
:
base
(dataRow, command, statementType, tableMapping)