AppEvents_WorkbookDeactivateEventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das WorkbookDeactivate Ereignis verwendet wird. Das WorkbookDeactivate-Ereignis tritt auf, wenn eine geöffnete Arbeitsmappe deaktiviert wird.

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

Parameter

Wb
Workbook

Die Arbeitsmappe.

Attribute

Gilt für: