ApplicationEvents2_SinkHelper.DocumentBeforeSave 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:
override void DocumentBeforeSave(Microsoft::Office::Interop::Word::Document ^ , bool % , bool % );
public override void DocumentBeforeSave (Microsoft.Office.Interop.Word.Document , ref bool , ref bool );
abstract member DocumentBeforeSave : Microsoft.Office.Interop.Word.Document * bool * bool -> unit
override this.DocumentBeforeSave : Microsoft.Office.Interop.Word.Document * bool * bool -> unit
Public Overrides Sub DocumentBeforeSave ( As Document, ByRef As Boolean, ByRef As Boolean)