DesktopApplication.Deactivated

From Xojo Documentation

Event


DesktopApplication.Deactivated()

New in 2021r3

Supported for all project types and targets.

The app is being deactivated.

Notes

For example, this occurs when the user clicks on a window belonging to another app. When the user clicks on your app window again, the Activated event is called.