Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 1.07 KB

appextensioncatalog_packageuninstalling.md

File metadata and controls

22 lines (15 loc) · 1.07 KB
-api-id -api-type
E:Windows.ApplicationModel.AppExtensions.AppExtensionCatalog.PackageUninstalling
winrt event

Windows.ApplicationModel.AppExtensions.AppExtensionCatalog.PackageUninstalling

-description

Event that is fired when an extension package is being uninstalled.

-remarks

Update the list of extensions that you are tracking when you handle this event to reflect the ones that have been unloaded. If the user re-installs the package, then a PackageInstalled event will be raised and you can re-add the extensions while handling that event just as you would the addition of any extension.

Like PackageUpdating, this event only passes the package that is being uninstalled and not a list of AppExtensions.

-examples

-see-also