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