バージョン

OnRecordDeactivating メソッド

ActiveRecord がクリアされる前に発生します。
シンタックス
'宣言
 
Protected Overridable Sub OnRecordDeactivating( _
   ByVal args As RecordDeactivatingEventArgs _
) 
protected virtual void OnRecordDeactivating( 
   RecordDeactivatingEventArgs args
)

パラメータ

args
解説

ActiveRecord を変更すると ActiveCell が自動的にクリアされます。

注:ActiveCell が編集モードである場合、ActiveRecord を変更してセルの編集モードを終了します。

参照