Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 746 Bytes

packagestagingeventargs.md

File metadata and controls

25 lines (17 loc) · 746 Bytes
-api-id -api-type
T:Windows.ApplicationModel.PackageStagingEventArgs
winrt class

Windows.ApplicationModel.PackageStagingEventArgs

-description

Provides information about the app package that is being staged.

-remarks

An app package is staged when it is added to the device but is not yet registered.

Apps only receive package events for itself or its related packages such as optional packages.

This object is passed to the PackageCatalog.PackageStaging event event handler.

-examples

-see-also

PackageCatalog.PackageStaging event