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