Difference between revisions of "MobileScreen.Activated"
From Xojo Documentation
(Created page with "N/A") |
|||
Line 1: | Line 1: | ||
− | + | {{EventBox | |
+ | | name=Activated | ||
+ | | owner=[[MobileScreen]] | ||
+ | | ownertype=class | ||
+ | | project=Mobile | ||
+ | }} | ||
+ | {{Description | text=Called when the screen is activated.}} | ||
+ | |||
+ | == Notes == | ||
+ | This occurs when: | ||
+ | * the screen first opens | ||
+ | * the screen reappears after a screen pushed from it is closed | ||
+ | * the app comes back to the foreground when this screen is the current screen |
Revision as of 17:29, 22 October 2020
Event
Called when the screen is activated.
Notes
This occurs when:
- the screen first opens
- the screen reappears after a screen pushed from it is closed
- the app comes back to the foreground when this screen is the current screen