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

Parameters

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

Reference

options type
wijevcal jQuery Widget