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