ApplicationEvents4_MailMergeDataSourceLoadEventHandler Delegate

Definition

A Delegate type used to add an event handler for the MailMergeDataSourceLoad event. The MailMergeDataSourceLoad event occurs when the data source is loaded for a mail merge.

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)

Parameters

Doc
Document

The mail merge main document.

Attributes

Applies to