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