AppEvents_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)

Syntax

'Declaration
Event WindowDeactivate As AppEvents_WindowDeactivateEventHandler
'Usage
Dim instance As AppEvents_Event
Dim handler As AppEvents_WindowDeactivateEventHandler

AddHandler instance.WindowDeactivate, handler
event AppEvents_WindowDeactivateEventHandler WindowDeactivate

See Also

Reference

AppEvents_Event Interface

AppEvents_Event Members

Microsoft.Office.Interop.Excel Namespace