Provides data for the RowUpdated event. This class cannot be inherited.
For a list of all members of this type, see OdbcRowUpdatedEventArgs Members.
System.Object
System.EventArgs
System.Data.Common.RowUpdatedEventArgs
System.Data.Odbc.OdbcRowUpdatedEventArgs
[Visual Basic] NotInheritable Public Class OdbcRowUpdatedEventArgs Inherits RowUpdatedEventArgs [C#] public sealed class OdbcRowUpdatedEventArgs : RowUpdatedEventArgs [C++] public __gc __sealed class OdbcRowUpdatedEventArgs : public RowUpdatedEventArgs [JScript] public class OdbcRowUpdatedEventArgs 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 the Update method, there are two events that occur for each data row updated: RowUpdating and RowUpdated. The order of execution for an Update is as follows:
Namespace: System.Data.Odbc
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)
OdbcRowUpdatedEventArgs Members | System.Data.Odbc Namespace