Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 908 Bytes

ileavingbackgroundeventargs.md

File metadata and controls

22 lines (16 loc) · 908 Bytes
-api-id -api-type
T:Windows.ApplicationModel.ILeavingBackgroundEventArgs
winrt interface

Windows.ApplicationModel.ILeavingBackgroundEventArgs

-description

Gets the deferral object when the app is leaving the background state.

-remarks

Tip

This event is raised before any UI is shown and is a good place to ensure that any assets that you load programmatically are ready so that the UI will be presented correctly.

-examples

-see-also

LeavingBackgroundEvent, LeavingBackgroundEventArgs, Application.LeavingBackground event, CoreApplication.LeavingBackground event