AppointmentDataProviderConnection.UpdateMeetingResponseRequested Kejadian
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Muncul ketika pengguna memilih untuk mengubah respons mereka terhadap rapat yang diusulkan.
// 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)
Jenis Acara
TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarUpdateMeetingResponseRequestEventArgs>
Persyaratan Windows
Kemampuan aplikasi |
appointmentsSystem
|