AppEvents_WorkbookActivateEventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das WorkbookActivate Ereignis verwendet wird. Das WorkbookActivate-Ereignis tritt auf, wenn eine Arbeitsmappe aktiviert wird.

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

Parameter

Wb
Workbook

Die aktivierte Arbeitsmappe.

Attribute

Gilt für: