IAppointmentsProviderReplaceAppointmentActivatedEventArgs Interface

Definition

Provides data when an app is activated to replace an appointment in the user’s calendar.

public interface class IAppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(357677012, 43393, 16487, 138, 98, 5, 36, 228, 173, 225, 33)]
struct IAppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(357677012, 43393, 16487, 138, 98, 5, 36, 228, 173, 225, 33)]
public interface IAppointmentsProviderReplaceAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderReplaceAppointmentActivatedEventArgs
Implements IAppointmentsProviderActivatedEventArgs
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)
ReplaceAppointmentOperation

Gets the appointment that is provided to the app when the user tries to replace it.

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.

(Inherited from IAppointmentsProviderActivatedEventArgs)

Applies to

See also