AppointmentCalendarSyncManagerSyncRequestEventArgs
AppointmentCalendarSyncManagerSyncRequestEventArgs
AppointmentCalendarSyncManagerSyncRequestEventArgs
AppointmentCalendarSyncManagerSyncRequestEventArgs
Class
Definition
Provides data for a SyncRequested event.
public : sealed class AppointmentCalendarSyncManagerSyncRequestEventArgs : IAppointmentCalendarSyncManagerSyncRequestEventArgspublic sealed class AppointmentCalendarSyncManagerSyncRequestEventArgs : IAppointmentCalendarSyncManagerSyncRequestEventArgsPublic NotInheritable Class AppointmentCalendarSyncManagerSyncRequestEventArgs Implements IAppointmentCalendarSyncManagerSyncRequestEventArgs// 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 SyncRequested event handler.
Properties
Request Request Request Request
Gets the AppointmentCalendarSyncManagerSyncRequest object for the corresponding SyncRequested event.
public : AppointmentCalendarSyncManagerSyncRequest Request { get; }public AppointmentCalendarSyncManagerSyncRequest Request { get; }Public ReadOnly Property Request As AppointmentCalendarSyncManagerSyncRequest// You can use this property in JavaScript.
Methods
GetDeferral() GetDeferral() GetDeferral() GetDeferral()
Gets the deferral object for the SyncRequested 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 SyncRequested event.