WebUIContactPickerActivatedEventArgs Class

Definition

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

public ref class WebUIContactPickerActivatedEventArgs sealed : IActivatedEventArgs, IContactPickerActivatedEventArgs, IActivatedEventArgsDeferral
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
class WebUIContactPickerActivatedEventArgs final : IActivatedEventArgs, IContactPickerActivatedEventArgs, IActivatedEventArgsDeferral
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Standard)]
public sealed class WebUIContactPickerActivatedEventArgs : IActivatedEventArgs, IContactPickerActivatedEventArgs, IActivatedEventArgsDeferral
Public NotInheritable Class WebUIContactPickerActivatedEventArgs
Implements IActivatedEventArgs, IActivatedEventArgsDeferral, IContactPickerActivatedEventArgs
Inheritance
Object Platform::Object IInspectable WebUIContactPickerActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows Desktop Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced in v1.0)

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

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

Properties

ActivatedOperation

Gets the app activated operation.

ContactPickerUI

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

Kind

Gets the activation type.

PreviousExecutionState

Gets the execution state of the app before it was activated.

SplashScreen

Gets the splash screen object that provides information about the transition from the splash screen to the activated app.

Applies to