ApplicationEvents4_MailMergeWizardSendToCustomEventHandler 代理人

定義

イベントのイベント ハンドラーMailMergeWizardSendToCustomを追加するために使用されるデリゲート型。 MailMergeWizardSendToCustom イベントは、差し込み印刷ウィザードの手順 6 でカスタム ボタンをクリックすると発生します。

public delegate void ApplicationEvents4_MailMergeWizardSendToCustomEventHandler(Document ^ Doc);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_MailMergeWizardSendToCustomEventHandler(Document Doc);
type ApplicationEvents4_MailMergeWizardSendToCustomEventHandler = delegate of Document -> unit
Public Delegate Sub ApplicationEvents4_MailMergeWizardSendToCustomEventHandler(Doc As Document)

パラメーター

Doc
Document

差し込み印刷のメイン文書を指定します。

属性

適用対象