onScroll()
Handles the
Scrollevent.
onScroll(
handle:
| string
| ((event: UIScrollView.ScrollEvent, object: UIScrollView) => void),
): this;
Parameters
- handle — The function to call, or name of the event to emit instead
Related
class ScrollViewBuilder static
A builder forUIScrollViewinstances.on()
Adds an event handler to all instances of the UI element.
