Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)
Syntax
'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub ApplicationEvents3_WindowActivateEventHandler ( _
Doc As Document, _
Wn As Window _
)
'Usage
Dim instance As New ApplicationEvents3_WindowActivateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void ApplicationEvents3_WindowActivateEventHandler(
Document Doc,
Window Wn
)
Parameters
- Doc
Type: Microsoft.Office.Interop.Word.Document
This event parameter is included for backward compatibility only.
- Wn
Type: Microsoft.Office.Interop.Word.Window
This event parameter is included for backward compatibility only.