-api-id | -api-type |
---|---|
T:Windows.ApplicationModel.LeavingBackgroundEventArgs |
winrt class |
Gets the deferral object when the app is leaving the background state.
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.
ILeavingBackgroundEventArgs, LeavingBackgroundEvent, Application.LeavingBackground event, CoreApplication.LeavingBackground event