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