Is there a way to execute some kind of event when a module/extension is uninstalled. We have a module which creates folders and places files in those folders when the module is used. Is there a way to have an event triggered like IUpgradeable when a module is uninstalled.
If not this would be a nice option to cleanup all items that were added when the module was used.