ApplicationEvents4_MailMergeBeforeMergeEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
用于为事件添加事件处理程序的MailMergeBeforeMerge委托类型。 在合并任何记录之前执行合并时, 将发生 MailMergeBeforeMerge 事件。
public delegate void ApplicationEvents4_MailMergeBeforeMergeEventHandler(Document ^ Doc, int StartRecord, int EndRecord, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_MailMergeBeforeMergeEventHandler(Document Doc, int StartRecord, int EndRecord, out bool Cancel);
type ApplicationEvents4_MailMergeBeforeMergeEventHandler = delegate of Document * int * int * bool -> unit
Public Delegate Sub ApplicationEvents4_MailMergeBeforeMergeEventHandler(Doc As Document, StartRecord As Integer, EndRecord As Integer, ByRef Cancel As Boolean)
参数
- Doc
- Document
邮件合并主文档。
- StartRecord
- Int32
要包含在邮件合并中的数据源的第一个记录。
- EndRecord
- Int32
要包含在邮件合并中的数据源的最后一个记录。
- Cancel
- Boolean
真正 开始前停止邮件合并过程。
- 属性