AppointmentCalendarUpdateMeetingResponseRequestEventArgs AppointmentCalendarUpdateMeetingResponseRequestEventArgs AppointmentCalendarUpdateMeetingResponseRequestEventArgs AppointmentCalendarUpdateMeetingResponseRequestEventArgs Class

Definition

Provides data for an UpdateMeetingResponseRequested event.

public : sealed class AppointmentCalendarUpdateMeetingResponseRequestEventArgs : IAppointmentCalendarUpdateMeetingResponseRequestEventArgspublic sealed class AppointmentCalendarUpdateMeetingResponseRequestEventArgs : IAppointmentCalendarUpdateMeetingResponseRequestEventArgsPublic NotInheritable Class AppointmentCalendarUpdateMeetingResponseRequestEventArgs Implements IAppointmentCalendarUpdateMeetingResponseRequestEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Anniversary Edition (introduced v10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v3)

Remarks

The system generates an instance of this class and passes it as an argument to the application's UpdateMeetingResponseRequested event handler.

Properties

Request Request Request Request

Gets the AppointmentCalendarUpdateMeetingResponseRequest object for the corresponding UpdateMeetingResponseRequested event.

public : AppointmentCalendarUpdateMeetingResponseRequest Request { get; }public AppointmentCalendarUpdateMeetingResponseRequest Request { get; }Public ReadOnly Property Request As AppointmentCalendarUpdateMeetingResponseRequest// You can use this property in JavaScript.

Methods

GetDeferral() GetDeferral() GetDeferral() GetDeferral()

Gets the deferral object for the UpdateMeetingResponseRequested event.

public : Deferral GetDeferral()public Deferral GetDeferral()Public Function GetDeferral() As Deferral// You can use this method in JavaScript.
Returns