Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere Server - Programming » SQL Anywhere .NET 2.0 API Reference » SADataAdapter class

RowUpdated event Next Page

RowUpdating event


Occurs during an update before a command is executed against the data source. When an attempt to update is made, the event fires.

Syntax

Visual Basic

Public Event RowUpdating As SARowUpdatingEventHandler

C#

public event SARowUpdatingEventHandler RowUpdating ;

Remarks

The event handler receives an argument of type SARowUpdatingEventArgs containing data related to this event.

For more information, see the .NET Framework documentation for OleDbDataAdapter.RowUpdating Event.

Event data
See also