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