AppointmentCalendarCancelMeetingRequestEventArgs 類別

定義

提供 CancelMeetingRequested 事件的資料。

public ref class AppointmentCalendarCancelMeetingRequestEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppointmentCalendarCancelMeetingRequestEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppointmentCalendarCancelMeetingRequestEventArgs
Public NotInheritable Class AppointmentCalendarCancelMeetingRequestEventArgs
繼承
Object Platform::Object IInspectable AppointmentCalendarCancelMeetingRequestEventArgs
屬性

Windows 需求

裝置系列
Windows 10 Anniversary Edition (已於 10.0.14393.0 引進)
API contract
Windows.Foundation.UniversalApiContract (已於 v3.0 引進)
應用程式功能
appointmentsSystem

備註

系統會產生這個類別的實例,並將它當做引數傳遞給應用程式的 CancelMeetingRequested 事件處理常式。

屬性

Request

會取得對應CancelMeetingRequested事件的AppointmentCalendarCancelMeetingRequest物件。

方法

GetDeferral()

取得 CancelMeetingRequested 事件的延遲物件。

適用於