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