ApplicationEvents4_MailMergeDataSourceLoadEventHandler Delegate

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.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents4_MailMergeDataSourceLoadEventHandler ( _
    Doc As Document _
)
'Usage
Dim instance As New ApplicationEvents4_MailMergeDataSourceLoadEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents4_MailMergeDataSourceLoadEventHandler(
    Document Doc
)

Parameters

See Also

Reference

Microsoft.Office.Interop.Word Namespace