public final ObjectProperty<EventHandler<? super DragEvent>> onDragDroppedProperty ()
Defines a function to be called when the mouse button is released
on this Scene during drag and drop gesture. Transfer of data from
the DragEvent's dragboard should
happen in this function.