WorkbookEvents_OpenEventHandler Delegate

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

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

Syntax

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

See Also

Reference

Microsoft.Office.Interop.Excel Namespace