Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.28 KB

webuideviceactivatedeventargs.md

File metadata and controls

30 lines (21 loc) · 1.28 KB
-api-id -api-type
T:Windows.UI.WebUI.WebUIDeviceActivatedEventArgs
winrt class

Windows.UI.WebUI.WebUIDeviceActivatedEventArgs

-description

Provides information for a device that invokes AutoPlay.

-remarks

This object is accessed when you implement an event handler for the WinJS.Application.Onactivated or the Windows.UI.WebUI.WebUIApplication.activated events when ActivationKind is device.

Note

This class is not agile, which means that you need to consider its threading model and marshaling behavior. For more info, see Threading and Marshaling (C++/CX).

Version history

Windows version SDK version Value added
1607 14393 User

-examples

-see-also