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