AppEvents_Event.WorkbookAddinUninstall Event

Occurs when any add-in workbook is uninstalled.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Event WorkbookAddinUninstall As AppEvents_WorkbookAddinUninstallEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_WorkbookAddinUninstallEventHandler

AddHandler instance.WorkbookAddinUninstall, handler
event AppEvents_WorkbookAddinUninstallEventHandler WorkbookAddinUninstall

See Also

Reference

AppEvents_Event Interface

AppEvents_Event Members

Microsoft.Office.Interop.Excel Namespace