Share via


ApplicationClass.WorkbookBeforeClose Event

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

Syntax

'Declaration
Public Overridable Event WorkbookBeforeClose As AppEvents_WorkbookBeforeCloseEventHandler
'Usage
Dim instance As ApplicationClass
Dim handler As AppEvents_WorkbookBeforeCloseEventHandler

AddHandler instance.WorkbookBeforeClose, handler
public virtual event AppEvents_WorkbookBeforeCloseEventHandler WorkbookBeforeClose

Implements

AppEvents_Event.WorkbookBeforeClose

See Also

Reference

ApplicationClass Class

ApplicationClass Members

Microsoft.Office.Interop.Excel Namespace