다음을 통해 공유


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

적용 대상