Wijmo UI for the Web
beforeDeleteEvent イベント
標準 jQuery イベントオブジェクト。
イベントに関する情報。
削除アクションの前に発生します。イベントをキャンセルして削除アクションが実行されないようにするには、false を返すか、event.preventDefault() を呼び出します。
シンタックス
Javascript (Usage) 
$(function () {
    %JQueryMemberName%イベントハンドラ関数を設定する 
    $(".selector").wijevcal({ 
        beforeDeleteEvent : function (e, data) { 
     
        } 
    });
});
Javascript (Specification) 
beforeDeleteEvent = function ( 
   e : jQuery.Event,
   data : IBeforeDeleteEventEventArgs
) { };

パラメータ

e
標準 jQuery イベントオブジェクト。
data
イベントに関する情報。

関連トピック

参照

options タイプ
wijevcal メソッド

 

 


Copyright © GrapeCity inc. All rights reserved.