IAppointmentsProviderRemoveAppointmentActivatedEventArgs Interface

Definition

Provides data when an app is activated to remove an appointment from the user’s calendar.

public interface class IAppointmentsProviderRemoveAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(1964980920, 2958, 17692, 159, 21, 150, 110, 105, 155, 172, 37)]
struct IAppointmentsProviderRemoveAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(1964980920, 2958, 17692, 159, 21, 150, 110, 105, 155, 172, 37)]
public interface IAppointmentsProviderRemoveAppointmentActivatedEventArgs : IAppointmentsProviderActivatedEventArgs
Public Interface IAppointmentsProviderRemoveAppointmentActivatedEventArgs
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)
RemoveAppointmentOperation

Gets the appointment that is provided to the app when the user tries to remove 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