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