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

SQL Anywhere 10.0.1 » UltraLite - .NET Programming » UltraLite .NET 1.0 API Reference » ULDataAdapter 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 ULRowUpdatingEventHandler

C#

public event ULRowUpdatingEventHandler RowUpdating;

Remarks

To process row updating events, you must create a ULRowUpdatingEventHandler delegate and attach it to this event.

See also