AppointmentDataProviderConnection.UpdateMeetingResponseRequested É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.
Déclenché lorsque l’utilisateur choisit de modifier sa réponse à une réunion proposée.
// Register
event_token UpdateMeetingResponseRequested(TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarUpdateMeetingResponseRequestEventArgs const&> const& handler) const;
// Revoke with event_token
void UpdateMeetingResponseRequested(event_token const* cookie) const;
// Revoke with event_revoker
AppointmentDataProviderConnection::UpdateMeetingResponseRequested_revoker UpdateMeetingResponseRequested(auto_revoke_t, TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarUpdateMeetingResponseRequestEventArgs const&> const& handler) const;
public event TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarUpdateMeetingResponseRequestEventArgs> UpdateMeetingResponseRequested;
function onUpdateMeetingResponseRequested(eventArgs) { /* Your code */ }
appointmentDataProviderConnection.addEventListener("updatemeetingresponserequested", onUpdateMeetingResponseRequested);
appointmentDataProviderConnection.removeEventListener("updatemeetingresponserequested", onUpdateMeetingResponseRequested);
- or -
appointmentDataProviderConnection.onupdatemeetingresponserequested = onUpdateMeetingResponseRequested;
Public Custom Event UpdateMeetingResponseRequested As TypedEventHandler(Of AppointmentDataProviderConnection, AppointmentCalendarUpdateMeetingResponseRequestEventArgs)
Type d'événement
TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarUpdateMeetingResponseRequestEventArgs>
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|