AppEvents_WorkbookAddinUninstallEventHandler Delegado

Definición

Tipo de delegado que se usa para agregar un controlador de eventos para el WorkbookAddinUninstall evento. El evento WorkbookAddinUninstall se produce cuando se desinstala cualquier libro de complemento.

public delegate void AppEvents_WorkbookAddinUninstallEventHandler(Workbook ^ Wb);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_WorkbookAddinUninstallEventHandler(Workbook Wb);
Public Delegate Sub AppEvents_WorkbookAddinUninstallEventHandler(Wb As Workbook)

Parámetros

Wb
Workbook

Libro desinstalado.

Atributos

Se aplica a