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

Parameters

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

Reference

options type
wijevcal jQuery Widget