RowUpdating() event

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

Visual Basic syntax

Public Event RowUpdating As SARowUpdatingEventHandler

C# syntax

public event SARowUpdatingEventHandler RowUpdating;

Usage

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

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

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