jQuery.wijmo.wijevcal Namespace > options type : beforeUpdateCalendar Event |
Javascript (Usage) | |
---|---|
var instance; // Type: options instance.beforeUpdateCalendar = function(e, data) { }; |
Javascript (Specification) | |
---|---|
beforeUpdateCalendar = function ( e : jQuery.Event, data : IBeforeUpdateCalendarEventArgs ) { }; |