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

ApplicationEvents3_MailMergeWizardStateChangeEventHandler 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)
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents3_MailMergeWizardStateChangeEventHandler ( _
	Doc As Document, _
	ByRef FromState As Integer, _
	ByRef ToState As Integer, _
	ByRef Handled As Boolean _
)
'Usage
Dim instance As New ApplicationEvents3_MailMergeWizardStateChangeEventHandler(AddressOf HandlerMethod)

Parameters

Doc
Type: Microsoft.Office.Interop.Word.Document
This event parameter is included for backward compatibility only.
FromState
Type: System.Int32%
This event parameter is included for backward compatibility only.
ToState
Type: System.Int32%
This event parameter is included for backward compatibility only.
Handled
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.