ApplicationEvents3_MailMergeBeforeMergeEventHandler Delegate

Definition

This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.

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)

Parameters

Doc
Document

This event parameter is included for backward compatibility only.

StartRecord
Int32

This event parameter is included for backward compatibility only.

EndRecord
Int32

This event parameter is included for backward compatibility only.

Cancel
Boolean

This event parameter is included for backward compatibility only.

Attributes

Applies to