iOSMobileTable.Refreshed
From Xojo Documentation
You are currently browsing the old Xojo documentation site. Please visit the new Xojo documentation site! |
Event
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.