'Declaration Public Class ZohoBooksRowUpdatedEventArgs Inherits System.Data.Common.RowUpdatedEventArgs
public class ZohoBooksRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
'Declaration Public Class ZohoBooksRowUpdatedEventArgs Inherits System.Data.Common.RowUpdatedEventArgs
public class ZohoBooksRowUpdatedEventArgs : System.Data.Common.RowUpdatedEventArgs
When using the System.Data.Common.DbDataAdapter.Update() method, there are two events that occur for each data row updated: ZohoBooksDataAdapter.RowUpdating and ZohoBooksDataAdapter.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.ZohoBooks.ZohoBooksRowUpdatedEventArgs
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2