|
eventDragStopTriggered when event dragging stops. function( event, jsEvent, ui, view ) { } This callback is guaranteed to be triggered after the user drags an event, even if the event doesn't change date/time. It is triggered before the event's information has been modified (if moved to a new date/time) and before the eventDrop callback is triggered.
|