RemovingItem イベント

◆機能
     RemoveItem, RemoveItemsメソッドが実行され、項目が削除される直前に発生します。
◆構文
    Sub Ctlname_RemovingItem(RemovingIndex As Integer, Action As Integer)
◆設定値
    引数 内容
    RemovingIndex 削除される項目の行位置が0からのインデックスで格納されます
    Action 処理方法を指定します
    設定値 Action値 内容
    0 pgact_Yes Yes 項目を削除します(既定値)
    1 pgact_No No 項目を削除しません
    2 pgact_Cancel Cancel RemoveItems時に以降の項目削除を中止します
    RemoveItem時にはNoと同じ扱いです