AppointmentDataProviderConnection.UpdateMeetingResponseRequested 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當使用者選擇變更對建議會議的回應時引發。
// 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)
事件類型
TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarUpdateMeetingResponseRequestEventArgs>
Windows 需求
應用程式功能 |
appointmentsSystem
|