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