IContactsProviderActivatedEventArgs IContactsProviderActivatedEventArgs IContactsProviderActivatedEventArgs IContactsProviderActivatedEventArgs Interface

Definition

Provides information about an activated event that fires when the user manages a contact that is provided by the app.

public : interface IContactsProviderActivatedEventArgspublic interface IContactsProviderActivatedEventArgsPublic Interface IContactsProviderActivatedEventArgs// You can use this interface in JavaScript.
Inheritance
IContactsProviderActivatedEventArgsIContactsProviderActivatedEventArgsIContactsProviderActivatedEventArgsIContactsProviderActivatedEventArgs
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

Properties

Verb Verb Verb Verb

Gets the action that is associated with the activated contacts provider.

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 contacts provider.

See Also