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