Share via


_ApplicationEvents.WindowDeactivate method

This member is reserved for internal use and is not intended to be used directly from your code.

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

Syntax

'Declaration
Sub WindowDeactivate ( _
    pDocument As _XDocument, _
    pWindow As Window _
)
'Usage
Dim instance As _ApplicationEvents
Dim pDocument As _XDocument
Dim pWindow As Window

instance.WindowDeactivate(pDocument, _
    pWindow)
void WindowDeactivate(
    _XDocument pDocument,
    Window pWindow
)

Parameters

See also

Reference

_ApplicationEvents interface

_ApplicationEvents members

Microsoft.Office.Interop.InfoPath namespace