Triggered when event dragging begins.
function( event, jsEvent, ui, view ) { }
event is an Event Object that hold the event's information (date, title, etc).
event
jsEvent holds the native javascript event with low-level information such as click coordinates.
jsEvent
ui holds the jQuery UI object.
ui
view holds the current View Object.
view