Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
データソースに対してコマンドが実行された後の更新時に発生します。
Public Event RowUpdated As ULRowUpdatedEventHandler
public event ULRowUpdatedEventHandler RowUpdated;
更新が試みられると、イベントが発生します。
ロー更新イベントを処理するには、ULRowUpdatedEventHandler デリゲートを作成し、このイベントにアタッチする必要があります。