AppEvents_WorkbookBeforePrintEventHandler Delegat

Definition

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

public delegate void AppEvents_WorkbookBeforePrintEventHandler(Workbook ^ Wb, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void AppEvents_WorkbookBeforePrintEventHandler(Workbook Wb, out bool Cancel);
Public Delegate Sub AppEvents_WorkbookBeforePrintEventHandler(Wb As Workbook, ByRef Cancel As Boolean)

Parameter

Wb
Workbook

Die Arbeitsmappe.

Cancel
Boolean

False, wenn das Ereignis auftritt. Falls die Ereignisprozedur dieses Argument auf True festlegt, wird die Arbeitsmappe nach Beendigung der Prozedur nicht gedruckt.

Attribute

Gilt für: