WorkbookEvents_OpenEventHandler Delegate

Definition

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

public delegate void WorkbookEvents_OpenEventHandler();
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void WorkbookEvents_OpenEventHandler();
Public Delegate Sub WorkbookEvents_OpenEventHandler()
Attributes

Applies to