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