ApplicationEvents4_WindowActivateEventHandler Delegate
Office 2010
A Delegate type used to add an event handler for the WindowActivate event. The WindowActivate event occurs when any document window is activated.
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
[ComVisibleAttribute(false)] public delegate void ApplicationEvents4_WindowActivateEventHandler( Document Doc, Window Wn )
Parameters
- Doc
- Type: Microsoft.Office.Interop.Word.Document
The document displayed in the activated window.
- Wn
- Type: Microsoft.Office.Interop.Word.Window
The window that's being activated.