RowUpdated() event

Occurs during an update after a command is executed against the data source.

Visual Basic syntax

Public Event RowUpdated As SARowUpdatedEventHandler

C# syntax

public event SARowUpdatedEventHandler RowUpdated;

Usage

When an attempt to update is made, the event fires.

The event handler receives an argument of type SARowUpdatedEventArgs containing data related to this event.

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