ContactListSyncManager.SyncStatusChanged Event
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.
Occurs when the sync status with the server has changed.
// Register
event_token SyncStatusChanged(TypedEventHandler<ContactListSyncManager, IInspectable const&> const& handler) const;
// Revoke with event_token
void SyncStatusChanged(event_token const* cookie) const;
// Revoke with event_revoker
ContactListSyncManager::SyncStatusChanged_revoker SyncStatusChanged(auto_revoke_t, TypedEventHandler<ContactListSyncManager, IInspectable const&> const& handler) const;
public event TypedEventHandler<ContactListSyncManager,object> SyncStatusChanged;
function onSyncStatusChanged(eventArgs) { /* Your code */ }
contactListSyncManager.addEventListener("syncstatuschanged", onSyncStatusChanged);
contactListSyncManager.removeEventListener("syncstatuschanged", onSyncStatusChanged);
- or -
contactListSyncManager.onsyncstatuschanged = onSyncStatusChanged;
Public Custom Event SyncStatusChanged As TypedEventHandler(Of ContactListSyncManager, Object)
Event Type
TypedEventHandler<ContactListSyncManager,IInspectable>
Windows requirements
App capabilities |
contactsSystem
|