onEventDelete(args)
dp.onEventDelete = function(args) { if (!confirm("Do you really want to delete this event?")) { args.preventDefault(); } };
onEventDelete(e)