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

Command property Next Page

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
);

Parameters
See also