RowUpdating event

Occurs during an update before a command is executed against the data source. When an attempt to update is made, the event fires.

Syntax
Visual Basic

Public Event RowUpdating As SARowUpdatingEventHandler
C#

public event SARowUpdatingEventHandler RowUpdating ;
Remarks

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.

Event data
See also