onDragExited

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

See also

Node.setOnDragExited

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

See also

Scene.setOnDragExited