Provides data for the RowUpdated event.
For a list of all members of this type, see OleDbRowUpdatedEventArgs Members.
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
System.Data.OleDb.OleDbRowUpdatedEventArgs
[Visual Basic] NotInheritable Public Class OleDbRowUpdatedEventArgs Inherits RowUpdatedEventArgs [C#] public sealed class OleDbRowUpdatedEventArgs : RowUpdatedEventArgs [C++] public __gc __sealed class OleDbRowUpdatedEventArgs : public RowUpdatedEventArgs [JScript] public class OleDbRowUpdatedEventArgs extends RowUpdatedEventArgs
Any public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Any instance members are not guaranteed to be thread safe.
The RowUpdated event is raised when an Update to a row is completed.
When using Update, there are two events that occur for each data row updated. The order of execution is as follows:
Namespace: System.Data.OleDb
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
Assembly: System.Data (in System.Data.dll)
OleDbRowUpdatedEventArgs Members | System.Data.OleDb Namespace