IAppointmentsProviderActivatedEventArgs IAppointmentsProviderActivatedEventArgs IAppointmentsProviderActivatedEventArgs IAppointmentsProviderActivatedEventArgs Interface

Definition

Provides data when an app is activated.

public : interface IAppointmentsProviderActivatedEventArgspublic interface IAppointmentsProviderActivatedEventArgsPublic Interface IAppointmentsProviderActivatedEventArgs// You can use this interface in JavaScript.
Inheritance
IAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgs
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Inherited Members

Inherited properties

Properties

Verb Verb Verb Verb

Gets the action to be performed by the appointments 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 to be performed by the appointments provider.

See Also