Share via


ApplicationEvents2_Event.WindowDeactivate EventĀ 

See the description for this event in the latest version of the event interface.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

WithEvents applicationEvents2_Event1 As ApplicationEvents2_Event
Function applicationEvents2_Event1_WindowDeactivate(Doc As Document, _
    Wn As Window) As Void
    Handles applicationEvents2_Event1.WindowDeactivate
End Function

Syntax

Event WindowDeactivate As ApplicationEvents2_WindowDeactivateEventHandler
event ApplicationEvents2_WindowDeactivateEventHandler WindowDeactivate;
event ApplicationEvents2_WindowDeactivateEventHandler^ WindowDeactivate;
 void add_WindowDeactivate(ApplicationEvents2_WindowDeactivateEventHandler handler);
 void remove_WindowDeactivate(ApplicationEvents2_WindowDeactivateEventHandler handler);
In JScript, you can handle the events defined by a class, but you cannot define your own.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

ApplicationEvents2_Event Interface
Microsoft.Office.Interop.Word Namespace

Other Resources

ApplicationEvents2_Event Members