onDragDropped

fun Node.onDragDropped(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(DragEvent) -> Unit)

See also

Node.setOnDragDropped

fun Scene.onDragDropped(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(DragEvent) -> Unit)

See also

Scene.setOnDragDropped