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