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