Raises the RowUpdated event using a RowUpdatedEventArgs object.
[Visual Basic]
Overrides Protected Sub OnRowUpdated( _
ByVal value As RowUpdatedEventArgs _
)
[C#]
protected override void OnRowUpdated(
RowUpdatedEventArgs value
);
[C++]
protected: void OnRowUpdated(
RowUpdatedEventArgs* value
);
[JScript]
protected override function OnRowUpdated(
value : RowUpdatedEventArgs
);
Raising an event invokes the event handler through a delegate.