ApplicationEvents4_DocumentBeforePrintEventHandler 委托

定义

用于为事件添加事件处理程序的DocumentBeforePrint委托类型。 在打印任何打开的文档之前, 将发生 DocumentBeforePrint 事件。

public delegate void ApplicationEvents4_DocumentBeforePrintEventHandler(Document ^ Doc, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_DocumentBeforePrintEventHandler(Document Doc, out bool Cancel);
type ApplicationEvents4_DocumentBeforePrintEventHandler = delegate of Document * bool -> unit
Public Delegate Sub ApplicationEvents4_DocumentBeforePrintEventHandler(Doc As Document, ByRef Cancel As Boolean)

参数

Doc
Document

即将被打印的文档。

Cancel
Boolean

的事件发生时。 如果该事件过程将此参数设置为 True ,则过程完成后不打印文档。

属性

适用于