Raises the RowUpdating event using a RowUpdatingEventArgs object, whether or not the update operation is successful.
[Visual Basic]
Overrides Protected Sub OnRowUpdating( _
ByVal value As RowUpdatingEventArgs _
)
[C#]
protected override void OnRowUpdating(
RowUpdatingEventArgs value
);
[C++]
protected: void OnRowUpdating(
RowUpdatingEventArgs* value
);
[JScript]
protected override function OnRowUpdating(
value : RowUpdatingEventArgs
);
Raising an event invokes the event handler through a delegate.