AppointmentDataProviderConnection.CancelMeetingRequested 事件
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當使用者選擇取消會議時引發。
// Register
event_token CancelMeetingRequested(TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarCancelMeetingRequestEventArgs const&> const& handler) const;
// Revoke with event_token
void CancelMeetingRequested(event_token const* cookie) const;
// Revoke with event_revoker
AppointmentDataProviderConnection::CancelMeetingRequested_revoker CancelMeetingRequested(auto_revoke_t, TypedEventHandler<AppointmentDataProviderConnection, AppointmentCalendarCancelMeetingRequestEventArgs const&> const& handler) const;
public event TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarCancelMeetingRequestEventArgs> CancelMeetingRequested;
function onCancelMeetingRequested(eventArgs) { /* Your code */ }
appointmentDataProviderConnection.addEventListener("cancelmeetingrequested", onCancelMeetingRequested);
appointmentDataProviderConnection.removeEventListener("cancelmeetingrequested", onCancelMeetingRequested);
- or -
appointmentDataProviderConnection.oncancelmeetingrequested = onCancelMeetingRequested;
Public Custom Event CancelMeetingRequested As TypedEventHandler(Of AppointmentDataProviderConnection, AppointmentCalendarCancelMeetingRequestEventArgs)
事件類型
TypedEventHandler<AppointmentDataProviderConnection,AppointmentCalendarCancelMeetingRequestEventArgs>
Windows 需求
應用程式功能 |
appointmentsSystem
|