RowUpdatingEventArgs Class
Provides the data for the RowUpdating event of a .NET Framework data provider.
For a list of all members of this type, see RowUpdatingEventArgs Members.
System.Object
System.EventArgs
System.Data.Common.RowUpdatingEventArgs
System.Data.Odbc.OdbcRowUpdatingEventArgs
System.Data.OleDb.OleDbRowUpdatingEventArgs
System.Data.OracleClient.OracleRowUpdatingEventArgs
System.Data.SqlClient.SqlRowUpdatingEventArgs
System.Data.SqlServerCe.SqlCeRowUpdatingEventArgs
[Visual Basic] MustInherit Public Class RowUpdatingEventArgs Inherits EventArgs [C#] public abstract class RowUpdatingEventArgs : EventArgs [C++] public __gc __abstract class RowUpdatingEventArgs : public EventArgs [JScript] public abstract class RowUpdatingEventArgs extends EventArgs
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Remarks
The RowUpdating event is typically raised just before an Update to a row begins.
Requirements
Namespace: System.Data.Common
Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, .NET Compact Framework
Assembly: System.Data (in System.Data.dll)
See Also
RowUpdatingEventArgs Members | System.Data.Common Namespace | OleDbRowUpdatingEventArgs | SqlRowUpdatingEventArgs