cancelClick
fires when the user clicks on the "Cancel" control
cancelClick: () => void;
Example
calendar.events.on("cancelClick", function() {
// your logic here
});
Related sample: Calendar. Events
fires when the user clicks on the "Cancel" control
Example
calendar.events.on("cancelClick", function() {
// your logic here
});
Related sample: Calendar. Events