AppointmentStoreChangeType
AppointmentStoreChangeType
AppointmentStoreChangeType
AppointmentStoreChangeType
Enum
Definition
Specifies the type of change represented by an AppointmentStoreChange object.
public : enum class AppointmentStoreChangeTypepublic enum AppointmentStoreChangeTypePublic Enum AppointmentStoreChangeType// You can use this enum in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| AppointmentCreated AppointmentCreated AppointmentCreated AppointmentCreated | An appointment was created. |
| AppointmentDeleted AppointmentDeleted AppointmentDeleted AppointmentDeleted | An appointment was deleted. |
| AppointmentModified AppointmentModified AppointmentModified AppointmentModified | An appointment was modified. |
| CalendarCreated CalendarCreated CalendarCreated CalendarCreated | A calendar was created. |
| CalendarDeleted CalendarDeleted CalendarDeleted CalendarDeleted | A calendar was deleted. |
| CalendarModified CalendarModified CalendarModified CalendarModified | A calendar was modified. |
| ChangeTrackingLost ChangeTrackingLost ChangeTrackingLost ChangeTrackingLost | The change tracking information associated with the appointment was lost. |