AppEvents_WorkbookAddinInstallEventHandler Delegate
A Delegate type used to add an event handler for the WorkbookAddinInstall event. The WorkbookAddinInstall event occurs when a workbook is installed as an add-in.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub AppEvents_WorkbookAddinInstallEventHandler ( _
Wb As Workbook _
)
'Usage
Dim instance As New AppEvents_WorkbookAddinInstallEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void AppEvents_WorkbookAddinInstallEventHandler(
Workbook Wb
)
Parameters
Wb
Type: Microsoft.Office.Interop.Excel.WorkbookThe installed workbook.