eventDragStart
Triggered when event dragging begins.
function( info ) { }
info is a plain object with the following properties:
| event | An Event Object that holds information about the event (date, title, etc) after the drop. |
|---|---|
| jsEvent | The native JavaScript event with low-level information such as click coordinates. |
| view | The current View Object. |