AppEvents_WorkbookBeforeSaveEventHandler delegate

A Delegate type used to add an event handler for the WorkbookBeforeSave event. The WorkbookBeforeSave event occurs before any open workbook is saved.

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

No code example is currently available or this language may not be supported.

Parameters

Wb
Type: Microsoft.Office.Interop.Excel.Workbook

The workbook.

SaveAsUI
Type: System.Boolean

True if the Save As dialog box will be displayed.

Cancel
Type: System.Boolean

False when the event occurs. If the event procedure sets this argument to True, the workbook isn't saved when the procedure is finished.

Show: