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