ContactPickerActivatedEventArgs class

1 out of 1 rated this helpful - Rate this topic

Provides data when an app is activated because it uses the Contact Picker.

JavaScript:  This type appears as WebUIContactPickerActivatedEventArgs.

Syntax


public sealed class ContactPickerActivatedEventArgs : Object,
    IContactPickerActivatedEventArgs,
    IActivatedEventArgs

Attributes

MarshalingBehaviorAttribute(Agile)
VersionAttribute(NTDDI_WIN8)

Members

The ContactPickerActivatedEventArgs class has these types of members:

Methods

The ContactPickerActivatedEventArgs class inherits methods from the Object class.

Properties

The ContactPickerActivatedEventArgs class has these properties.

PropertyAccess typeDescription

ContactPickerUI

Read-onlyGets the letterbox UI of the contact picker that is displayed when the user wants to pick contacts that are provided by the app.

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.

 

Requirements

Minimum supported client

Windows 8 [Windows Store apps only]

Minimum supported server

Windows Server 2012 [Windows Store apps only]

Minimum supported phone

Windows Phone 8

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.