EmailMailboxSyncManager.SyncStatusChanged Ereignis

Definition

Wird ausgelöst, wenn sich die Synchronisierung eines Postfachs status ändert.

// Register
event_token SyncStatusChanged(TypedEventHandler<EmailMailboxSyncManager, IInspectable const&> const& handler) const;

// Revoke with event_token
void SyncStatusChanged(event_token const* cookie) const;

// Revoke with event_revoker
EmailMailboxSyncManager::SyncStatusChanged_revoker SyncStatusChanged(auto_revoke_t, TypedEventHandler<EmailMailboxSyncManager, IInspectable const&> const& handler) const;
public event TypedEventHandler<EmailMailboxSyncManager,object> SyncStatusChanged;
function onSyncStatusChanged(eventArgs) { /* Your code */ }
emailMailboxSyncManager.addEventListener("syncstatuschanged", onSyncStatusChanged);
emailMailboxSyncManager.removeEventListener("syncstatuschanged", onSyncStatusChanged);
- or -
emailMailboxSyncManager.onsyncstatuschanged = onSyncStatusChanged;
Public Custom Event SyncStatusChanged As TypedEventHandler(Of EmailMailboxSyncManager, Object) 

Ereignistyp

Windows-Anforderungen

App-Funktionen
email emailSystem

Gilt für: