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