Is there something like a QueryUnload event in WPF page-based apps? -
I am using VS 2008 on my first WPF app. When I worked in VB6, QueryUnload , which could be used to determine how an app was shutting down. I want to do this in a page-based WPF application, if it is possible. (My app is not an XBAP application, but a page-based app.) I know that VB6 did not have anything like a page-based application, so it is not possible.
You do this in the window for your handler. Turn off
Comments
Post a Comment