IAppointmentsProviderActivatedEventArgs Interface

Definition

Provides data when an app is activated.

public interface class IAppointmentsProviderActivatedEventArgs : IActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(862241797, 37692, 20093, 160, 52, 80, 15, 184, 220, 217, 243)]
struct IAppointmentsProviderActivatedEventArgs : IActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(862241797, 37692, 20093, 160, 52, 80, 15, 184, 220, 217, 243)]
public interface IAppointmentsProviderActivatedEventArgs : IActivatedEventArgs
Public Interface IAppointmentsProviderActivatedEventArgs
Implements IActivatedEventArgs
Derived
Attributes
Implements

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

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

Applies to

See also