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