Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
表示用于处理 ULDataAdapter.RowUpdated 事件的方法。
Public Delegate Sub ULRowUpdatedEventHandler( ByVal sender As Object, ByVal e As ULRowUpdatedEventArgs )
public delegate void ULRowUpdatedEventHandler( object sender, ULRowUpdatedEventArgs e );
sender 发送事件的连接。
e 包含事件数据的 ULRowUpdatedEventArgs 对象。