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
|