ApplicationEvents4_Event.MailMergeBeforeMerge Event
Occurs when a merge is executed before any records merge.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
Event MailMergeBeforeMerge As ApplicationEvents4_MailMergeBeforeMergeEventHandler
'Usage
Dim instance As ApplicationEvents4_Event
Dim handler As ApplicationEvents4_MailMergeBeforeMergeEventHandler
AddHandler instance.MailMergeBeforeMerge, handler
event ApplicationEvents4_MailMergeBeforeMergeEventHandler MailMergeBeforeMerge
See Also
Reference
ApplicationEvents4_Event Interface