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