AppExtensionPackageStatusChangedEventArgs AppExtensionPackageStatusChangedEventArgs AppExtensionPackageStatusChangedEventArgs AppExtensionPackageStatusChangedEventArgs Class

Definition

Provides information for the AppExtensionCatalog.PackageStatusChanged event.

public : sealed class AppExtensionPackageStatusChangedEventArgs : IAppExtensionPackageStatusChangedEventArgspublic sealed class AppExtensionPackageStatusChangedEventArgs : IAppExtensionPackageStatusChangedEventArgsPublic NotInheritable Class AppExtensionPackageStatusChangedEventArgs Implements IAppExtensionPackageStatusChangedEventArgs// 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

Instances of this class are created by the system and passed as event arguments to your handler.

Properties

AppExtensionName AppExtensionName AppExtensionName AppExtensionName

Gets the name of the app extension that has been updated or uninstalled.

public : PlatForm::String AppExtensionName { get; }public string AppExtensionName { get; }Public ReadOnly Property AppExtensionName As string// You can use this property in JavaScript.
Value
PlatForm::String string string string

The name of the app extension.

Package Package Package Package

Gets the package containing the extension that is being updated or uninstalled.

public : Package Package { get; }public Package Package { get; }Public ReadOnly Property Package As Package// You can use this property in JavaScript.
Value
Package Package Package Package

The extension package that changed.