Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 1008 Bytes

enteredbackgroundeventargs.md

File metadata and controls

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

Windows.ApplicationModel.EnteredBackgroundEventArgs

-description

Gets the deferral object when an app has entered the background state.

-remarks

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

Tip

By the time an app enters the background state, none of its UI is visible.

-examples

-see-also

IEnteredBackgroundEventArgs, BackgroundActivated, OnBackgroundActivated, Application.EnteredBackground event, CoreApplication.EnteredBackground event