IContactActivatedEventArgs
IContactActivatedEventArgs
IContactActivatedEventArgs
IContactActivatedEventArgs
Interface
Definition
Provides information about an activated event that fires when the user manages a contact.
public : interface IContactActivatedEventArgspublic interface IContactActivatedEventArgsPublic Interface IContactActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IContactActivatedEventArgsIContactActivatedEventArgsIContactActivatedEventArgsIContactActivatedEventArgs
- Attributes
Windows 10 requirements
| Device family |
Windows Desktop Extension SDK (introduced v10.0.10240.0)
|
| API contract |
Windows.ApplicationModel.Activation.ContactActivatedEventsContract (introduced v1)
|
Inherited Members
Inherited properties
Remarks
For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions and Quickstart: Handling contact actions .
Properties
Verb Verb Verb Verb
Gets the action that is associated with the activated contact.
public : PlatForm::String Verb { get; }public string Verb { get; }Public ReadOnly Property Verb As string// You can use this property in JavaScript.
- Value
- PlatForm::String string string string
The action that is associated with the activated contact.
Remarks
For info about how to handle app activation through contact actions, see Quickstart: Handling contact actions and Quickstart: Handling contact actions .
- See Also