Compartilhar via


ApplicationEvents4_MailMergeAfterMergeEventHandler Delegar

Definição

Um tipo delegado usado para adicionar um manipulador de eventos para o MailMergeAfterMerge evento. O evento MailMergeAfterMerge ocorre depois que todos os registros em uma mesclagem de email se fundiram com êxito.

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

Parâmetros

Doc
Document

O documento principal de mala direta.

DocResult
Document

O documento criado a partir da mesclagem de email.

Atributos

Aplica-se a