Wijmo UI for the Web
beforeDeleteEvent Event
wijmo.evcal.wijevcal Namespace > options type : beforeDeleteEvent Event
Standard jQuery event object
Information about an event
Occurs before the delete action. Return false or call event.preventDefault() in order to cancel event and prevent the delete action.
Syntax
$(function () {
    // Set beforeDeleteEvent event handler function
    $(".selector").wijevcal({
        beforeDeleteEvent : function (e, data) {
     
        }
    });
});
beforeDeleteEvent = function ( 
   e : jQuery.Event,
   data : IBeforeDeleteEventEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event
See Also

Reference

options type
wijevcal jQuery Widget