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