OnRowUpdating( RowUpdatingEventArgs ) method

Raises the RowUpdating event of a .NET Framework data provider.

Visual Basic syntax

Protected Overrides Sub OnRowUpdating (ByVal value As RowUpdatingEventArgs )

C# syntax

protected override void OnRowUpdating ( RowUpdatingEventArgs value)

Parameters