Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Note: This namespace, class, or member is supported only in version 1.1 of the .NET Framework.
Raises the RowUpdated event using a RowUpdatedEventArgs object.
[Visual Basic] Overrides Protected Sub OnRowUpdated( _ ByVal value As RowUpdatedEventArgs _ ) [C#] protected override void OnRowUpdated(RowUpdatedEventArgs value ); [C++] protected: void OnRowUpdated(RowUpdatedEventArgs* value ); [JScript] protected override function OnRowUpdated( value : RowUpdatedEventArgs);
Parameters
- value
A RowUpdatedEventArgs 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 OnRowUpdated in a derived class, call the base class's OnRowUpdated 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 | OnRowUpdating
Syntax based on .NET Framework version 1.1.
Documentation version 1.1.1.