AppointmentDataProviderConnection.UpdateMeetingResponseRequested Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raised when the user elects to change their response to a proposed meeting.
// 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)
Event Type
TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarUpdateMeetingResponseRequestEventArgs>
Windows requirements
App capabilities |
appointmentsSystem
|