RowUpdated event

Description

Occurs during update after a command is executed against the data source. The attempt to update is made, so the event is initiated.

Syntax

event AseRowUpdatedEventHandler RowUpdated

Usage

The event handler receives an argument of type AseRowUpdatedEventArgs containing data related to this event. The following AseRowUpdatedEventArgs properties provide information specific to this event:

For more information, see the .NET Framework documentation for OleDbDataAdapter.RowUpdated Event.