ApplicationEvents3.WindowDeactivate Method

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
Sub WindowDeactivate ( _
    Doc As Document, _
    Wn As Window _
)
'Usage
Dim instance As ApplicationEvents3
Dim Doc As Document
Dim Wn As Window

instance.WindowDeactivate(Doc, Wn)
void WindowDeactivate(
    Document Doc,
    Window Wn
)

Parameters

See Also

Reference

ApplicationEvents3 Interface

ApplicationEvents3 Members

Microsoft.Office.Interop.Word Namespace