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

SQL Anywhere 11.0.1 » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference » ULDataAdapter class

 

RowUpdated event

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

Syntax
Visual Basic
Public Event RowUpdated As ULRowUpdatedEventHandler
C#
public event ULRowUpdatedEventHandler RowUpdated;
Remarks

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

Event data
See also