ApplicationEvents4.DocumentBeforeSave(Document, Boolean, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void DocumentBeforeSave(Microsoft::Office::Interop::Word::Document ^ Doc, bool % SaveAsUI, [Runtime::InteropServices::Out] bool % Cancel);
public void DocumentBeforeSave (Microsoft.Office.Interop.Word.Document Doc, ref bool SaveAsUI, out bool Cancel);
abstract member DocumentBeforeSave : Microsoft.Office.Interop.Word.Document * bool * bool -> unit
Public Sub DocumentBeforeSave (Doc As Document, ByRef SaveAsUI As Boolean, ByRef Cancel As Boolean)
Parameters
- Doc
- Document
- SaveAsUI
- Boolean
- Cancel
- Boolean