EmailMailboxSyncManager.SyncStatusChanged Evento
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
Se activa cada vez que cambia el estado de sincronización de un buzón.
// 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)
Tipo de evento
TypedEventHandler<EmailMailboxSyncManager,IInspectable>
Requisitos de Windows
Características de aplicaciones |
email
emailSystem
|