Not
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Raises the RowUpdating event using a RowUpdatingEventArgs object.
[Visual Basic] Overrides Protected Sub OnRowUpdating( _ ByVal value As RowUpdatingEventArgs _ ) [C#] protected override void OnRowUpdating(RowUpdatingEventArgs value ); [C++] protected: void OnRowUpdating(RowUpdatingEventArgs* value ); [JScript] protected override function OnRowUpdating( value : RowUpdatingEventArgs);
Parameters
- value
A RowUpdatingEventArgs that contains the event data.
Remarks
Raising an event invokes the event handler through a delegate. For an overview, see Raising an Event.
Notes to Inheritors: When overriding OnRowUpdating in a derived class, call the bases class's OnRowUpdating method.
Requirements
Platforms: .NET Compact Framework
.NET Framework Security:
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries From Partially Trusted Code
See Also
SqlCeDataAdapter Class | SqlCeDataAdapter Members | System.Data.SqlServerCe Namespace | OnRowUpdated
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.