Collection Contents 上一页 下一页 PDF

UltraLite.NET 用户指南

命名空间 iAnywhere.Data.UltraLite

委派 ULRowUpdatedEventHandler


表示将处理 事件 RowUpdated 的方法。

原型 

' Visual Basic
Public Delegate Sub ULRowUpdatedEventHandler( _
   ByVal sender As Object, _
   ByVal e As ULRowUpdatedEventArgs _
)

// C#
public delegate void ULRowUpdatedEventHandler(
   object sender,
   ULRowUpdatedEventArgs e
);

参数 

Collection Contents 上一页 下一页 PDF