PackageStatusChangedEventArgs PackageStatusChangedEventArgs PackageStatusChangedEventArgs PackageStatusChangedEventArgs Class

Definition

Provides access to the package that has changed.

public : sealed class PackageStatusChangedEventArgs : IPackageStatusChangedEventArgspublic sealed class PackageStatusChangedEventArgs : IPackageStatusChangedEventArgsPublic NotInheritable Class PackageStatusChangedEventArgs Implements IPackageStatusChangedEventArgs// 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

This object is passed to the app's package status changed event handler.

Properties

Package Package Package Package

The package that has changed.

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 package that has changed. A package is changed when it is installed, uninstalled, or updated.