Represents the method that will handle the RowUpdated event of a CEDataAdapter.
| C# | Visual Basic |
public delegate void CERowUpdatedEventHandler( Object sender, CERowUpdatedEventArgs e )
Public Delegate Sub CERowUpdatedEventHandler ( _ sender As Object, _ e As CERowUpdatedEventArgs _ )
- sender (Object)
- The source of the event.
- e (CERowUpdatedEventArgs)
- The CERowUpdatedEventArgs that contains the event data.