ContactChangeType
ContactChangeType
ContactChangeType
ContactChangeType
Enum
Definition
Specifies the type of change that occurred for a ContactChanged event.
public : enum class ContactChangeTypepublic enum ContactChangeTypePublic Enum ContactChangeType// 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
| ChangeTrackingLost ChangeTrackingLost ChangeTrackingLost ChangeTrackingLost | Change tracking was lost. Call Reset to reestablish continuity with the ContactStore. |
| Created Created Created Created | A contact was created. |
| Deleted Deleted Deleted Deleted | A contact was deleted. |
| Modified Modified Modified Modified | A contact was modified. |