CalendarChangedEvent Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the type of calendar event.
public enum class CalendarChangedEvent
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Phone.PhoneContract, 65536)]
enum class CalendarChangedEvent
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Phone.PhoneContract), 65536)]
public enum CalendarChangedEvent
var value = Windows.Phone.Notification.Management.CalendarChangedEvent.lostEvents
Public Enum CalendarChangedEvent
- Inheritance
-
CalendarChangedEvent
- Attributes
Windows requirements
Device family |
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
|
API contract |
Windows.Phone.PhoneContract (introduced in v1.0)
|
App capabilities |
accessoryManager
|
Fields
Name | Value | Description |
---|---|---|
LostEvents | 0 | The event was lost. |
AppointmentAdded | 1 | A calendar appointment was added. |
AppointmentChanged | 2 | A calendar appointment was changed. |
AppointmentDeleted | 3 | A calendar appointment was deleted. |
CalendarAdded | 4 | A calendar was added. |
CalendarChanged | 5 | A calendar was changed. |
CalendarDeleted | 6 | A calendar was deleted. |