ApplicationEvents4_MailMergeDataSourceLoadEventHandler 代理人

定義

イベントのイベント ハンドラーMailMergeDataSourceLoadを追加するために使用されるデリゲート型。 MailMergeDataSourceLoad イベントは、差し込み印刷のデータ ソースが読み込まれるときに発生します。

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

パラメーター

Doc
Document

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

属性

適用対象