AppointmentCalendarSyncManager.SyncStatusChanged Événement
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Se produit lorsque le status d’une opération de synchronisation AppointmentCalendar change.
// Register
event_token SyncStatusChanged(TypedEventHandler<AppointmentCalendarSyncManager, IInspectable const&> const& handler) const;
// Revoke with event_token
void SyncStatusChanged(event_token const* cookie) const;
// Revoke with event_revoker
AppointmentCalendarSyncManager::SyncStatusChanged_revoker SyncStatusChanged(auto_revoke_t, TypedEventHandler<AppointmentCalendarSyncManager, IInspectable const&> const& handler) const;
public event TypedEventHandler<AppointmentCalendarSyncManager,object> SyncStatusChanged;
function onSyncStatusChanged(eventArgs) { /* Your code */ }
appointmentCalendarSyncManager.addEventListener("syncstatuschanged", onSyncStatusChanged);
appointmentCalendarSyncManager.removeEventListener("syncstatuschanged", onSyncStatusChanged);
- or -
appointmentCalendarSyncManager.onsyncstatuschanged = onSyncStatusChanged;
Public Custom Event SyncStatusChanged As TypedEventHandler(Of AppointmentCalendarSyncManager, Object)
Type d'événement
TypedEventHandler<AppointmentCalendarSyncManager,IInspectable>
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|