OnRowUpdated( RowUpdatedEventArgs ) method

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

Visual Basic syntax

Protected Overrides Sub OnRowUpdated (ByVal value As RowUpdatedEventArgs )

C# syntax

protected override void OnRowUpdated ( RowUpdatedEventArgs value)

Parameters