共用方式為


ContactListSyncManager.SyncStatusChanged 事件

定義

發生于與伺服器同步處理狀態已變更時。

// 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) 

事件類型

Windows 需求

應用程式功能
contactsSystem

適用於