Resuming

An app is resumed (changed from suspended to running) as soon as it is brought back on-screen. This raises Application’s Resuming event. However, an app often doesn’t need to handle Resuming, because there’s usually nothing that needs to be done. After all, the app stayed in memory the whole time with all its variables intact, so it can just continue where it left off. Suspending is like pausing an app in a debugger, and resuming is like unpausing it.

Get Universal Windows® Apps with XAML and C# Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.