AppEvents_WorkbookAddinUninstallEventHandler Delegate

A Delegate type used to add an event handler for the WorkbookAddinUninstall event. The 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
<ComVisibleAttribute(False)> _
Public Delegate Sub AppEvents_WorkbookAddinUninstallEventHandler ( _
    Wb As Workbook _
)
'Usage
Dim instance As New AppEvents_WorkbookAddinUninstallEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void AppEvents_WorkbookAddinUninstallEventHandler(
    Workbook Wb
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Excel Namespace