ApplicationEvents4_MailMergeBeforeMergeEventHandler Delegate

Definition

A Delegate type used to add an event handler for the MailMergeBeforeMerge event. The MailMergeBeforeMerge event occurs when a merge is executed before any records merge.

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)

Parameters

Doc
Document

The mail merge main document.

StartRecord
Int32

The first record in the data source to include in the mail merge.

EndRecord
Int32

The last record in the data source to include in the mail merge.

Cancel
Boolean

True stops the mail merge process before it starts.

Attributes

Applies to