UserDataAccountStoreChangedEventArgs UserDataAccountStoreChangedEventArgs UserDataAccountStoreChangedEventArgs UserDataAccountStoreChangedEventArgs Class

Definition

Provides data for the StoreChanged event.

public : sealed class UserDataAccountStoreChangedEventArgs : IUserDataAccountStoreChangedEventArgspublic sealed class UserDataAccountStoreChangedEventArgs : IUserDataAccountStoreChangedEventArgsPublic NotInheritable Class UserDataAccountStoreChangedEventArgs Implements IUserDataAccountStoreChangedEventArgs// 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 StoreChanged event handler.

Methods

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

Gets the deferral object for the StoreChanged 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 StoreChanged event.