iOSMobileTable.Refreshed

From Xojo Documentation

Event


iOSMobileTable.Refreshed()

Supported on Mobile.

Called when AllowRefresh is True and the user has "pulled" to refresh the table.

Notes

Do not call you code to refresh the data here. Call the EndRefresh method when finished to close the pull-to-refresh UI.

See Also

AllowRefresh property and EndRefresh method.