ApplicationEvents3_MailMergeBeforeMergeEventHandler 委托
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
仅为向后兼容包含此事件处理程序。 建议您使用具有相同名称的此事件处理程序的最新版本。
public delegate void ApplicationEvents3_MailMergeBeforeMergeEventHandler(Document ^ Doc, int StartRecord, int EndRecord, bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents3_MailMergeBeforeMergeEventHandler(Document Doc, int StartRecord, int EndRecord, ref bool Cancel);
type ApplicationEvents3_MailMergeBeforeMergeEventHandler = delegate of Document * int * int * bool -> unit
Public Delegate Sub ApplicationEvents3_MailMergeBeforeMergeEventHandler(Doc As Document, StartRecord As Integer, EndRecord As Integer, ByRef Cancel As Boolean)
参数
- Doc
- Document
仅为向后兼容包含此事件参数。
- StartRecord
- Int32
仅为向后兼容包含此事件参数。
- EndRecord
- Int32
仅为向后兼容包含此事件参数。
- Cancel
- Boolean
仅为向后兼容包含此事件参数。
- 属性