JavaScript/jQuery List Events
This section describes events fired by this UI component.
itemDeleted
Raised after a list item is deleted from the data source.
Type:
Event
Main article: onItemDeleted
See Also
itemReordered
Raised after a list item is moved to another position.
Type:
Event
Main article: onItemReordered
See Also
pullRefresh
Raised when the "pull to refresh" gesture is performed.
Type:
Event
Main article: onPullRefresh
See Also
selectAllValueChanged
Raised when the "Select All" check box value is changed.
Type:
Event
Main article: onSelectAllValueChanged
See Also
Feedback