JavaScript equivalent of C#'s Windows.UI.Xaml.Application.OnActivated event?

时间:2016-07-11 22:43:14

标签: javascript windows-10-universal

Universal Windows applications can be launched with arguments.
I'd like to obtain a reference said arguments.
In C# code examples, the function usually subscribes to Windows.UI.Xaml.Application.OnActivated and obtains arguments as part of the Event object. What is the equivalent way to do this in JavaScript?

1 个答案:

答案 0 :(得分:1)