type UIScrollView.ScrollEvent
Type definition for an event that’s emitted when the user scrolls up, down, left, or right in a UIScrollView.
type ScrollEvent = ObservableEvent<UIScrollView, ScrollEventData>;
Notes
- Scroll events are emitted either as
ScrollorScrollEndevents. The latter is emitted after the user has stopped scrolling.
Related
class UIScrollView
A view class that represents a container element that allows users to scroll, emitting asynchronous scroll events.
