wijmo.evcal.wijevcal Namespace > options type : beforeUpdateCalendar Event |
Javascript (Usage) | |
---|---|
$(function () { // Set beforeUpdateCalendar event handler function $(".selector").wijevcal({ beforeUpdateCalendar : function (e, data) { } }); }); |
Javascript (Specification) | |
---|---|
beforeUpdateCalendar = function ( e : jQuery.Event, data : IBeforeUpdateCalendarEventArgs ) { }; |