Share via


PackageExtensionPackageStatusChangedEventArgs Class

Definition

Provides information for the PackageExtensionCatalog.PackageStatusChanged event.

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

Windows requirements

Device family
Windows 11, version 24H2 (introduced in 10.0.26100.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v19.0)

Remarks

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

Properties

Package

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

PackageExtensionName

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

Applies to

See also