'Declaration Public Delegate Sub DB2RowUpdatingEventHandler( _ ByVal sender As Object, _ ByVal e As DB2RowUpdatingEventArgs _ )
public delegate void DB2RowUpdatingEventHandler( object sender, DB2RowUpdatingEventArgs e )
Parameters
- sender
- The source of the event.
- e
- The DB2RowUpdatingEventArgs object that contains the event data.