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