WorkbookClass.WindowDeactivate Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event WindowDeactivate As WorkbookEvents_WindowDeactivateEventHandler
'Usage
Dim instance As WorkbookClass
Dim handler As WorkbookEvents_WindowDeactivateEventHandler
AddHandler instance.WindowDeactivate, handler
public virtual event WorkbookEvents_WindowDeactivateEventHandler WindowDeactivate
Implements
WorkbookEvents_Event.WindowDeactivate