ApplicationClass.WorkbookAddinUninstall Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event WorkbookAddinUninstall As AppEvents_WorkbookAddinUninstallEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As AppEvents_WorkbookAddinUninstallEventHandler
AddHandler instance.WorkbookAddinUninstall, handler
public virtual event AppEvents_WorkbookAddinUninstallEventHandler WorkbookAddinUninstall
Implements
AppEvents_Event.WorkbookAddinUninstall