Initializes a new instance of the RowUpdatedEventArgs class, regardless of whether the update is successful.
[Visual Basic]
Overrides Protected Function CreateRowUpdatedEvent( _
ByVal dataRow As DataRow, _
ByVal command As IDbCommand, _
ByVal statementType As StatementType, _
ByVal tableMapping As DataTableMapping _
) As RowUpdatedEventArgs
[C#]
protected override RowUpdatedEventArgs CreateRowUpdatedEvent(
DataRow dataRow,
IDbCommand command,
StatementType statementType,
DataTableMapping tableMapping
);
[C++]
protected: RowUpdatedEventArgs* CreateRowUpdatedEvent(
DataRow* dataRow,
IDbCommand* command,
StatementType statementType,
DataTableMapping* tableMapping
);
[JScript]
protected override function CreateRowUpdatedEvent(
dataRow : DataRow,
command : IDbCommand,
statementType : StatementType,
tableMapping : DataTableMapping
) : RowUpdatedEventArgs;
A new instance of the System.Data.Common.RowUpdatedEventArgs class.