表示将处理 事件 RowUpdated 的方法。
' Visual Basic
Public Delegate Sub ULRowUpdatedEventHandler( _
ByVal sender As Object, _
ByVal e As ULRowUpdatedEventArgs _
)
// C#
public delegate void ULRowUpdatedEventHandler(
object sender,
ULRowUpdatedEventArgs e
);
sender 发送此事件的连接。
e 包含有事件数据的 类 ULRowUpdatedEventArgs 对象。
SQL Anywhere Studio 9.0.2
版权所有 © 1989–2005 Sybase, Inc. 部分版权所有 © 2001–2005 iAnywhere Solutions, Inc. 保留所有权利。