Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 719 Bytes

application_onbackgroundactivated_431338129.md

File metadata and controls

25 lines (17 loc) · 719 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Application.OnBackgroundActivated(Windows.ApplicationModel.Activation.BackgroundActivatedEventArgs)
winrt method

Windows.UI.Xaml.Application.OnBackgroundActivated

-description

Invoked when the application is activated in the background.

Equivalent WinUI method: Microsoft.UI.Xaml.Application.OnBackgroundActivated.

-parameters

-param args

Data about the background activation.

-remarks

-examples

-see-also