Workbook.AddinUninstall Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when the workbook is uninstalled as an add-in.
public:
event Microsoft::Office::Interop::Excel::WorkbookEvents_AddinUninstallEventHandler ^ AddinUninstall;
event Microsoft.Office.Interop.Excel.WorkbookEvents_AddinUninstallEventHandler AddinUninstall;
member this.AddinUninstall : Microsoft.Office.Interop.Excel.WorkbookEvents_AddinUninstallEventHandler
Event AddinUninstall As WorkbookEvents_AddinUninstallEventHandler
Event Type
Remarks
The add-in does not automatically close when it is uninstalled.