Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 626 Bytes

backgroundactivatedeventargs.md

File metadata and controls

22 lines (15 loc) · 626 Bytes
-api-id -api-type ms.custom
T:Windows.UI.WebUI.BackgroundActivatedEventArgs
winrt class
RS5

Windows.UI.WebUI.BackgroundActivatedEventArgs

-description

Makes all data available from the IBackgroundTask.Run method available to your event handler when your app is activated by a background trigger.

-remarks

The system passes this object to your background activated event handler.

-see-also

-examples