Evento screen per l'app in background

Salve, vorrei creare un evento per quanto riguarda l'app in background.
Ho visto che per lo screen ci sono gli eventi "initialized" e "backpressed" ma non quando si iconizza (per capirci viene cliccato il tasto android "o".
Qualcuno sa come fare ?

Use the tools extension App Inventor Extensions: Tools | Pura Vida Apps and its ActivityStateChanged event like this

if state = pause
Then "app has been sent to back"

Taifun