Condividi tramite


AppointmentCalendarCancelMeetingRequestEventArgs Classe

Definizione

Fornisce dati per un evento 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
Ereditarietà
Object Platform::Object IInspectable AppointmentCalendarCancelMeetingRequestEventArgs
Attributi

Requisiti Windows

Famiglia di dispositivi
Windows 10 Anniversary Edition (è stato introdotto in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (è stato introdotto in v3.0)
Funzionalità dell'app
appointmentsSystem

Commenti

Il sistema genera un'istanza di questa classe e la passa come argomento al gestore eventi CancelMeetingRequested dell'applicazione.

Proprietà

Request

Ottiene l'oggetto AppointmentCalendarCancelMeetingRequest per l'evento CancelMeetingRequested corrispondente.

Metodi

GetDeferral()

Ottiene l'oggetto differimento per l'evento CancelMeetingRequested .

Si applica a