'Declaration Public Class QuickBooksRowUpdatedEventArgs Inherits System.Data.Common.RowUpdatedEventArgs
public class QuickBooksRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
'Declaration Public Class QuickBooksRowUpdatedEventArgs Inherits System.Data.Common.RowUpdatedEventArgs
public class QuickBooksRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
When using the System.Data.Common.DbDataAdapter.Update() method, there are two events that occur for each data row updated: QuickBooksDataAdapter.RowUpdating and QuickBooksDataAdapter.RowUpdated. The order of execution for an System.Data.Common.DbDataAdapter.Update() is as follows:
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
Devart.Data.QuickBooks.QuickBooksRowUpdatedEventArgs