WorkbookEvents_Event.WindowDeactivate EventĀ 

Occurs when any workbook window is deactivated.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

WithEvents workbookEvents_Event1 As WorkbookEvents_Event
Function workbookEvents_Event1_WindowDeactivate(Wn As Window) As Void
    Handles workbookEvents_Event1.WindowDeactivate
End Function

Syntax

Event WindowDeactivate As WorkbookEvents_WindowDeactivateEventHandler
event WorkbookEvents_WindowDeactivateEventHandler WindowDeactivate;
event WorkbookEvents_WindowDeactivateEventHandler^ WindowDeactivate;
 void add_WindowDeactivate(WorkbookEvents_WindowDeactivateEventHandler handler);
 void remove_WindowDeactivate(WorkbookEvents_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

WorkbookEvents_Event Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

WorkbookEvents_Event Members