WorkbookEvents_DeactivateEventHandler Delegate

A Delegate type used to add an event handler for the Deactivate event. The Deactivate event occurs when the workbook is deactivated.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
<ComVisibleAttribute(False)> _
Public Delegate Sub WorkbookEvents_DeactivateEventHandler
'Usage
Dim instance As New WorkbookEvents_DeactivateEventHandler(AddressOf HandlerMethod)
[ComVisibleAttribute(false)]
public delegate void WorkbookEvents_DeactivateEventHandler()

See Also

Reference

Microsoft.Office.Interop.Excel Namespace