onCloseRequest

fun Dialog<*>.onCloseRequest(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(DialogEvent) -> Unit)

See also

Dialog.setOnCloseRequest

fun Tab.onCloseRequest(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(Event) -> Unit)

See also

Tab.setOnCloseRequest

fun Window.onCloseRequest(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(WindowEvent) -> Unit)

See also

Window.setOnCloseRequest