Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 935 Bytes

packagecatalog_packageinstalling.md

File metadata and controls

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

Windows.ApplicationModel.PackageCatalog.PackageInstalling

-description

Indicates that an app package is installing.

-remarks

If the PackageCatalog object is obtained using OpenForCurrentUser, package events will be received for all packages being installed for the current user.

If the PackageCatalog object is obtained using OpenForCurrentPackage, package events will be received for the current package or its related packages such as optional packages.

-examples

-see-also