LicenseChangedEventHandler Delegate

Represents the method that will handle the LicenseChanged event.

Syntax

public delegate void LicenseChangedEventHandler()  

Remarks

LicenseChanged events occur when the state of an app’s license changes while the app is running. You can decide how to respond to these changes. For example, you could have the app respond immediately to the change or you could ignore it until the next time the user opens the app.

This API is not implemented and will throw an exception if called.

Note

This class makes cross-OS calls. For more information, see Cross-OS Calls.

Requirements

Namespace: Windows.ApplicationModel.Store

Metadata: windows.winmd

See also

Reference

Windows.ApplicationModel.Store Namespace