WorkbookEvents_BeforeSaveEventHandler delegate
Office 2013 and later
A Delegate type used to add an event handler for the BeforeSave event. The BeforeSave event occurs before the workbook is saved.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Parameters
- 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: