LicenseInformation.LicenseChanged Event

Raises a notification event when the status of the app’s license changes.

Syntax

public:
event LicenseChangedEventHandler^ LicenseChanged {
         EventRegistrationToken add (LicenseChangedEventHandler^ value);
         void remove (EventRegistrationToken token);
}  

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

LicenseInformation Class

LicenseInformation Members

Windows.ApplicationModel.Store Namespace