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