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