AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs
AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs
AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs
AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs
Class
Definition
Provides data for a CreateOrUpdateAppointmentRequested event.
public : sealed class AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs : IAppointmentCalendarCreateOrUpdateAppointmentRequestEventArgspublic sealed class AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs : IAppointmentCalendarCreateOrUpdateAppointmentRequestEventArgsPublic NotInheritable Class AppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs Implements IAppointmentCalendarCreateOrUpdateAppointmentRequestEventArgs// 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 CreateOrUpdateAppointmentRequested event handler.
Properties
Request Request Request Request
Gets the AppointmentCalendarCreateOrUpdateAppointmentRequest object for the corresponding CreateOrUpdateAppointmentRequested event.
public : AppointmentCalendarCreateOrUpdateAppointmentRequest Request { get; }public AppointmentCalendarCreateOrUpdateAppointmentRequest Request { get; }Public ReadOnly Property Request As AppointmentCalendarCreateOrUpdateAppointmentRequest// You can use this property in JavaScript.
Methods
GetDeferral() GetDeferral() GetDeferral() GetDeferral()
Gets the deferral object for the CreateOrUpdateAppointmentRequested event.
public : Deferral GetDeferral()public Deferral GetDeferral()Public Function GetDeferral() As Deferral// You can use this method in JavaScript.
Returns
The deferral object for the CreateOrUpdateAppointmentRequested event.