898 questions
With Windows App SDK/WinUI 3, it is
or
You can see OnClosed at Windows
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Hi,
How to open an alert when app is closed in MAUI windows platform ?
I tried OnDisappearing event but exception is thrown.
My scenario is that i want to warn user before closing the app, when something happened.
Thanks,