ApplicationEvents4_Event.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
Event MailMergeDataSourceLoad As ApplicationEvents4_MailMergeDataSourceLoadEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_MailMergeDataSourceLoadEventHandler
AddHandler instance.MailMergeDataSourceLoad, handler
event ApplicationEvents4_MailMergeDataSourceLoadEventHandler MailMergeDataSourceLoad
See Also
Reference
ApplicationEvents4_Event Interface