ContactPanelActivatedEventArgs Class

Definition

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

public ref class ContactPanelActivatedEventArgs sealed : IActivatedEventArgsWithUser, IContactPanelActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 262144)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ContactPanelActivatedEventArgs final : IActivatedEventArgsWithUser, IContactPanelActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 262144)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ContactPanelActivatedEventArgs : IActivatedEventArgsWithUser, IContactPanelActivatedEventArgs
Public NotInheritable Class ContactPanelActivatedEventArgs
Implements IActivatedEventArgsWithUser, IContactPanelActivatedEventArgs
Inheritance
Object Platform::Object IInspectable ContactPanelActivatedEventArgs
Attributes
Implements

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Properties

Contact

Gets the selected contact from the Contact Panel.

ContactPanel

Gets the contact panel.

Kind

Gets the activation type.

PreviousExecutionState

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

SplashScreen

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

User

Gets the user the app was activated for.

Applies to