Expand Minimize
This topic has not yet been rated - Rate this topic

ApplicationEvents3_MailMergeBeforeMergeEventHandler Delegate

This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents3_MailMergeBeforeMergeEventHandler(
	Document Doc,
	int StartRecord,
	int EndRecord,
	ref bool Cancel
)

Parameters

Doc
Type: Microsoft.Office.Interop.Word.Document
This event parameter is included for backward compatibility only.
StartRecord
Type: System.Int32
This event parameter is included for backward compatibility only.
EndRecord
Type: System.Int32
This event parameter is included for backward compatibility only.
Cancel
Type: System.Boolean%
This event parameter is included for backward compatibility only.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.