WebUILaunchActivatedEventArgs class

This topic has not yet been rated - Rate this topic

Provides event information when an app is launched.

Syntax


/* For information about creating or accessing this object, see Remarks. */

Attributes

MarshalingBehaviorAttribute(Standard)
VersionAttribute(NTDDI_WIN8)

Members

The WebUILaunchActivatedEventArgs class has these types of members:

Methods

The WebUILaunchActivatedEventArgs class inherits methods from the Object class (C#/VB/C++).

Properties

The WebUILaunchActivatedEventArgs class has these properties.

PropertyAccess typeDescription

ActivatedOperation

Read-onlyGets the app activated operation.

Arguments

Read-onlyGets the arguments that are passed to the app during its launch activation.

Kind

Read-onlyGets the activation type.

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.

TileId

Read-onlyGets the ID of the source that was invoked to launch the application.

 

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 launch.

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).

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Namespace

Windows.UI.WebUI

Metadata

Windows.winmd

 

 

Build date: 12/4/2012

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