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

SQL Anywhere 11.0.1 (Français) » UltraLite - .NET Programming » UltraLite .NET 2.0 API reference

 

ULRowUpdatingEventHandler delegate

Represents the method that will handle the ULDataAdapter.RowUpdating event.

Syntax
Visual Basic
Public Delegate Sub ULRowUpdatingEventHandler( _
   ByVal sender As Object, _
   ByVal e As ULRowUpdatingEventArgs _
)
C#
public delegate void ULRowUpdatingEventHandler(
   object sender,
   ULRowUpdatingEventArgs e
);
See also