ApplicationClass.WorkbookDeactivate Event
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
Public Overridable Event WorkbookDeactivate As AppEvents_WorkbookDeactivateEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As AppEvents_WorkbookDeactivateEventHandler
AddHandler instance.WorkbookDeactivate, handler
public virtual event AppEvents_WorkbookDeactivateEventHandler WorkbookDeactivate
Implements
AppEvents_Event.WorkbookDeactivate