selectionHandler

fun <T> JFXAutoCompletePopup<T>.selectionHandler(context: CoroutineContext = Dispatchers.JavaFx, action: suspend CoroutineScope.(JFXAutoCompleteEvent<T>) -> Unit)

See also

JFXAutoCompletePopup.setSelectionHandler