Fires after the default action (eventMoveHandling) has been executed. api=2 only.
onEventMoved(args)
The e object is already updated (it uses the newStart, newEnd, and newResource values).
dp.onEventMoved = function (args) { dp.message("Moved: " + args.e.text()); };