Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 888 Bytes

packagecatalog_packageuninstalling.md

File metadata and controls

22 lines (15 loc) · 888 Bytes
-api-id -api-type
E:Windows.ApplicationModel.PackageCatalog.PackageUninstalling
winrt event

Windows.ApplicationModel.PackageCatalog.PackageUninstalling

-description

Indicates that an app package is uninstalling.

-remarks

If the PackageCatalog is obtained using OpenForCurrentPackage, the app only receives package events for itself or its related packages such as optional packages.

To get package events for all of a user's packages, obtain the PackageCatalog using OpenForCurrentUser instead.

-examples

-see-also