AppEvents_WorkbookBeforeSaveEventHandler delegate
Office 2013 and later
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)
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: