ApplicationEvents4_DocumentBeforeSaveEventHandler delegate
Office 2013 and later
A Delegate type used to add an event handler for the DocumentBeforeSave event. The DocumentBeforeSave event occurs before any open document is saved.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Parameters
- Doc
- Type: Microsoft.Office.Interop.Word.Document
The document that's being saved.
- SaveAsUI
- Type: System.Boolean
True to display the Save As dialog box.
- Cancel
- Type: System.Boolean
False when the event occurs. If the event procedure sets this argument to True, the document isn't saved when the procedure is finished.
Show: