iAnywhere.Data.UltraLite namespace
Represents the method that will handle the RowUpdating event event.
' Visual Basic
Public Delegate Sub ULRowUpdatingEventHandler( _
ByVal sender As Object, _
ByVal e As ULRowUpdatingEventArgs _
)
// C#
public delegate void ULRowUpdatingEventHandler(
object sender,
ULRowUpdatingEventArgs e
);
sender The connection sending the event.
e The ULRowUpdatingEventArgs class object that contains the event data.
SQL Anywhere Studio 9.0.2
Copyright © 1989–2004 Sybase, Inc. Portions copyright © 2001–2004 iAnywhere Solutions, Inc. All rights reserved.