Wijmo UI for the Web
beforeAddCalendar Event
Standard jQuery event object
Information about an event
Occurs before the add calendar action. Return false or call event.preventDefault() in order to cancel event and prevent the add action.
Syntax
Javascript (Usage) 
var instance; // Type: options
instance.beforeAddCalendar = function(e, data) { };
Javascript (Specification) 
beforeAddCalendar = function ( 
   e : jQuery.Event,
   data : IBeforeAddCalendarEventArgs
) { };

Parameters

e
Standard jQuery event object
data
Information about an event

See Also

Reference

options type

 

 


© 2013 All Rights Reserved.

Send comments on this topic.