ContactChange ContactChange ContactChange ContactChange Class

Definition

Represents a change to a Contact.

public : sealed class ContactChange : IContactChangepublic sealed class ContactChange : IContactChangePublic NotInheritable Class ContactChange Implements IContactChange// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

Call ContactChangeReader.ReadBatchAsync to get a list of ContactChange objects.

Properties

ChangeType ChangeType ChangeType ChangeType

Gets a value that indicates the type of change that occurred.

public : ContactChangeType ChangeType { get; }public ContactChangeType ChangeType { get; }Public ReadOnly Property ChangeType As ContactChangeType// You can use this property in JavaScript.

Contact Contact Contact Contact

Gets the Contact object that changed.

public : Contact Contact { get; }public Contact Contact { get; }Public ReadOnly Property Contact As Contact// You can use this property in JavaScript.
Value
Contact Contact Contact Contact

The Contact object that changed.