AppointmentStoreChangedEventArgs AppointmentStoreChangedEventArgs AppointmentStoreChangedEventArgs AppointmentStoreChangedEventArgs Class

Definition

Provides data for a StoreChanged event.

public : sealed class AppointmentStoreChangedEventArgs : IAppointmentStoreChangedEventArgspublic sealed class AppointmentStoreChangedEventArgs : IAppointmentStoreChangedEventArgsPublic NotInheritable Class AppointmentStoreChangedEventArgs Implements IAppointmentStoreChangedEventArgs// You can use this class in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Remarks

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

Methods

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

Gets the deferral object for the StoreChanged event.

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