onDragEntered

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

See also

Node.setOnDragEntered

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

See also

Scene.setOnDragEntered