onScrollStarted

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

See also

Node.setOnScrollStarted

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

See also

Scene.setOnScrollStarted