This event is fired when the user finishes link creating using drag and drop. It is fired before the default action (see linkCreateHandling).
DayPilot.Scheduler.onLinkCreate(args)
dp.onTaskCreate = function(args) {
dp.message("Link created, type: " + args.type);
};