AppointmentDataProviderConnection.UpdateMeetingResponseRequested 이벤트

정의

사용자가 제안된 모임에 대한 응답을 변경하도록 선택할 때 발생합니다.

// 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) 

이벤트 유형

Windows 요구 사항

앱 기능
appointmentsSystem

적용 대상