/
posted by
Silverlight Show
on
Jul 22, 2013 (1 week ago)
Read original post at Ian Griffiths' Blog A quick quiz for you: in a C# XAML-based Windows Store application, what’s the distinction between a page’s OnNavigatedFrom and SaveState methods, the application object’s Suspending event, and the core window’s Activated and VisibilityChanged events? All of these are typically invoked or raised round about the time a user switches away from your app, but ...