IContactActivatedEventArgs Interface

Definition

Provides information about an activated event that is raised when the user manages a contact.

public interface class IContactActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.ApplicationModel.Activation.ContactActivatedEventsContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3592921540, 49189, 19521, 157, 239, 241, 234, 250, 208, 117, 231)]
struct IContactActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.ApplicationModel.Activation.ContactActivatedEventsContract), 65536)]
[Windows.Foundation.Metadata.Guid(3592921540, 49189, 19521, 157, 239, 241, 234, 250, 208, 117, 231)]
public interface IContactActivatedEventArgs : IActivatedEventArgs
Public Interface IContactActivatedEventArgs
Implements IActivatedEventArgs
Derived
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

For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions .

Properties

Kind

Gets the reason that this app is being activated.

(Inherited from IActivatedEventArgs)
PreviousExecutionState

Gets the execution state of the app before this activation.

(Inherited from IActivatedEventArgs)
SplashScreen

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

(Inherited from IActivatedEventArgs)
Verb

Gets the action that is associated with the activated contact.

Applies to

See also