AppointmentCalendarCancelMeetingRequestEventArgs Classe

Définition

Fournit des données pour un événement 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
Héritage
Object Platform::Object IInspectable AppointmentCalendarCancelMeetingRequestEventArgs
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Anniversary Edition (introduit dans 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v3.0)
Fonctionnalités de l’application
appointmentsSystem

Remarques

Le système génère une instance de cette classe et la transmet en tant qu’argument au gestionnaire d’événements CancelMeetingRequested de l’application.

Propriétés

Request

Obtient l’objet AppointmentCalendarCancelMeetingRequest pour l’événement CancelMeetingRequested correspondant.

Méthodes

GetDeferral()

Obtient l’objet de report pour l’événement CancelMeetingRequested .

S’applique à