iAnywhere.Data.UltraLite namespace
Represents the method that will handle the RowUpdated event event.
' Visual Basic
Public Delegate Sub ULRowUpdatedEventHandler( _
ByVal sender As Object, _
ByVal e As ULRowUpdatedEventArgs _
)
// C#
public delegate void ULRowUpdatedEventHandler(
object sender,
ULRowUpdatedEventArgs e
);
sender The connection sending the event.
e The ULRowUpdatedEventArgs 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.