This section describes events fired by this UI component.
Raised before the UI component is disposed of.
Event
Main article: onDisposing
Raised only once, after the UI component is initialized.
Main article: onInitialized
Raised after a UI component property is changed.
Main article: onOptionChanged
Raised when the "pull to refresh" gesture is performed.
Main article: onPullDown
Raised when the content is scrolled down to the bottom.
Main article: onReachBottom
Raised on each scroll gesture.
Main article: onScroll
Raised each time the UI component is updated.
Main article: onUpdated