Occurs during an update after a command is executed against the data source. When an attempt to update is made, the event fires.
Visual Basic
Public Event RowUpdated As ULRowUpdatedEventHandler
C#
public event ULRowUpdatedEventHandler RowUpdated;
To process row updated events, you must create a ULRowUpdatedEventHandler delegate and attach it to this event.