AppointmentCalendarSyncManager.SyncStatusChanged Evento
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Si verifica quando lo stato di un'operazione di sincronizzazione AppointmentCalendar cambia.
// 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)
Tipo evento
TypedEventHandler<AppointmentCalendarSyncManager,IInspectable>
Requisiti Windows
Funzionalità dell'app |
appointmentsSystem
|