IActivatedEventArgs interface

1 out of 1 rated this helpful - Rate this topic

Provides common properties for all activation types.

Syntax


public interface IActivatedEventArgs

Attributes

GuidAttribute("cf651713-cd08-4fd8-b697-a281b6544e2e")
VersionAttribute(NTDDI_WIN8)

Members

The IActivatedEventArgs interface has these types of members:

Properties

The IActivatedEventArgs interface has these properties.

PropertyAccess typeDescription

Kind

Read-onlyGets the reason that this app is being activated.

PreviousExecutionState

Read-onlyGets the execution state of the app before this activation.

SplashScreen

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

 

Remarks

Do not implement this interface.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Minimum supported phone

Windows Phone 8

Namespace

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

Metadata

Windows.winmd

 

 

Build date: 2/25/2013

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