IAppointmentsProviderRemoveAppointmentActivatedEventArgs
IAppointmentsProviderRemoveAppointmentActivatedEventArgs
IAppointmentsProviderRemoveAppointmentActivatedEventArgs
IAppointmentsProviderRemoveAppointmentActivatedEventArgs
Interface
Definition
Provides data when an app is activated to remove an appointment from the user’s calendar.
public : interface IAppointmentsProviderRemoveAppointmentActivatedEventArgspublic interface IAppointmentsProviderRemoveAppointmentActivatedEventArgsPublic Interface IAppointmentsProviderRemoveAppointmentActivatedEventArgs// You can use this interface in JavaScript.
- Inheritance
-
IAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderActivatedEventArgsIAppointmentsProviderRemoveAppointmentActivatedEventArgsIAppointmentsProviderRemoveAppointmentActivatedEventArgsIAppointmentsProviderRemoveAppointmentActivatedEventArgsIAppointmentsProviderRemoveAppointmentActivatedEventArgs
- 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
RemoveAppointmentOperation RemoveAppointmentOperation RemoveAppointmentOperation RemoveAppointmentOperation
Gets the appointment that is provided to the app when the user tries to remove it.
public : RemoveAppointmentOperation RemoveAppointmentOperation { get; }public RemoveAppointmentOperation RemoveAppointmentOperation { get; }Public ReadOnly Property RemoveAppointmentOperation As RemoveAppointmentOperation// You can use this property in JavaScript.
- Value
- RemoveAppointmentOperation RemoveAppointmentOperation RemoveAppointmentOperation RemoveAppointmentOperation
The appointment that is removed.