Override Exit method on App.xaml.cs #3260
Unanswered
rossirpaulo
asked this question in
Q&A
Replies: 2 comments 2 replies
-
Main is overridable. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It is usually done on AppWindow.Closing |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
How can we override the Exit method on WinUi3? I want to have a reliable way to perform some tasks before the program ends. Note that there is a way to override the OnLaunch method by:
Is there something similar for closing/terminating the application?
Beta Was this translation helpful? Give feedback.
All reactions