AppExtensionPackageStatusChangedEventArgs Class

Definition

Provides information for the AppExtensionCatalog.PackageStatusChanged event.

public ref class AppExtensionPackageStatusChangedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 196608)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class AppExtensionPackageStatusChangedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 196608)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public sealed class AppExtensionPackageStatusChangedEventArgs
Public NotInheritable Class AppExtensionPackageStatusChangedEventArgs
Inheritance
Object Platform::Object IInspectable AppExtensionPackageStatusChangedEventArgs
Attributes

Windows requirements

Device family
Windows 10 Anniversary Edition (introduced in 10.0.14393.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v3.0)

Remarks

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

Properties

AppExtensionName

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

Package

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

Applies to