ContactListSyncManagerSyncRequestEventArgs
ContactListSyncManagerSyncRequestEventArgs
ContactListSyncManagerSyncRequestEventArgs
ContactListSyncManagerSyncRequestEventArgs
Class
Definition
Encapsulates information about a request to sync a contact list.
public : sealed class ContactListSyncManagerSyncRequestEventArgs : IContactListSyncManagerSyncRequestEventArgspublic sealed class ContactListSyncManagerSyncRequestEventArgs : IContactListSyncManagerSyncRequestEventArgsPublic NotInheritable Class ContactListSyncManagerSyncRequestEventArgs Implements IContactListSyncManagerSyncRequestEventArgs// You can use this class in JavaScript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v3)
|
Remarks
Use the instance of this class that's passed as an argument to your SyncRequested event handler.
Properties
Request Request Request Request
Gets the ContactListSyncManagerSyncRequest object associated with this request.
public : ContactListSyncManagerSyncRequest Request { get; }public ContactListSyncManagerSyncRequest Request { get; }Public ReadOnly Property Request As ContactListSyncManagerSyncRequest// You can use this property in JavaScript.
- Value
- ContactListSyncManagerSyncRequest ContactListSyncManagerSyncRequest ContactListSyncManagerSyncRequest ContactListSyncManagerSyncRequest
A ContactListSyncManagerSyncRequest object describing the sync request.