AppointmentDataProviderConnection.CreateOrUpdateAppointmentRequested É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 créer ou de mettre à jour une réunion.
// Register
event_token CreateOrUpdateAppointmentRequested(TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs const&> const& handler) const;
// Revoke with event_token
void CreateOrUpdateAppointmentRequested(event_token const* cookie) const;
// Revoke with event_revoker
AppointmentDataProviderConnection::CreateOrUpdateAppointmentRequested_revoker CreateOrUpdateAppointmentRequested(auto_revoke_t, TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs const&> const& handler) const;
public event TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs> CreateOrUpdateAppointmentRequested;
function onCreateOrUpdateAppointmentRequested(eventArgs) { /* Your code */ }
appointmentDataProviderConnection.addEventListener("createorupdateappointmentrequested", onCreateOrUpdateAppointmentRequested);
appointmentDataProviderConnection.removeEventListener("createorupdateappointmentrequested", onCreateOrUpdateAppointmentRequested);
- or -
appointmentDataProviderConnection.oncreateorupdateappointmentrequested = onCreateOrUpdateAppointmentRequested;
Public Custom Event CreateOrUpdateAppointmentRequested As TypedEventHandler(Of AppointmentDataProviderConnection, AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs)
Type d'événement
TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs>
Configuration requise pour Windows
Fonctionnalités de l’application |
appointmentsSystem
|