ApplicationEvents3_MailMergeBeforeMergeEventHandler 代理人

定義

このイベント ハンドラーは下位互換性を確保するためにのみ組み込まれています。 同名の最新のイベント ハンドラーを使用することをお勧めします。

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

このイベント パラメーターは下位互換性を確保するためにのみ組み込まれています。

属性

適用対象