Share via


AppEvents_WorkbookAddinUninstallEventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das WorkbookAddinUninstall Ereignis verwendet wird. Das WorkbookAddinUninstall-Ereignis tritt auf, wenn eine Beliebige Add-In-Arbeitsmappe deinstalliert wird.

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)

Parameter

Wb
Workbook

Die deinstallierte Arbeitsmappe.

Attribute

Gilt für: