DeviceActivatedEventArgs class

This topic has not yet been rated - Rate this topic

Provides information for a device that invokes AutoPlay.

JavaScript:  This type appears as WebUIDeviceActivatedEventArgs.

Syntax


public sealed class DeviceActivatedEventArgs : Object,
    IDeviceActivatedEventArgs,
    IActivatedEventArgs

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The DeviceActivatedEventArgs class has these types of members:

Methods

The DeviceActivatedEventArgs class inherits methods from the Object class.

Properties

The DeviceActivatedEventArgs class has these properties.

PropertyAccess typeDescription

DeviceInformationId

Read-onlyGets the device identifier for the device that invoked AutoPlay.

Kind

Read-onlyGets the activation type.

PreviousExecutionState

Read-onlyGets the execution state of the app before it was activated.

SplashScreen

Read-onlyGets the splash screen object which provides information about the transition from the splash screen to the activated app.

Verb

Read-onlyGets the action associated with the activated device.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.ApplicationModel.Activation
Windows::ApplicationModel::Activation [C++]

Metadata

Windows.winmd

See also

Windows.UI.Core.CoreApplicationView.Activated

 

 

Build date: 2/25/2013

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.