edit doc

eventDragStop

Triggered when event dragging stops.

function( info ) { }

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.

info is a plain object with the following properties:

event

An Event Object that holds information about the event (date, title, etc) before the drop.

jsEvent

The native JavaScript event with low-level information such as click coordinates.

view

The current View Object.