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