The onEventClick event handler is fired after the default event click action (defined using eventClickHandling property).
DayPilot.Queue.onEventClick(args);
dp.onEventClicked = function(args) { dp.multiselect.add(args.e); };