Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1017 Bytes

leavingbackgroundeventargs.md

File metadata and controls

24 lines (17 loc) · 1017 Bytes
-api-id -api-type
T:Windows.ApplicationModel.LeavingBackgroundEventArgs
winrt class

Windows.ApplicationModel.LeavingBackgroundEventArgs

-description

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

-remarks

This object is passed to the app's leaving background event handler.

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

ILeavingBackgroundEventArgs, LeavingBackgroundEvent, Application.LeavingBackground event, CoreApplication.LeavingBackground event