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

Parameters

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

Reference

options type
wijevcal jQuery Widget