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 オブジェクト。