ApplicationEvents2_DocumentBeforeSaveEventHandler Delegate
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.
This event handler is included for backward compatibility only. It is recommended that you use the latest version of this event handler with the same name.
public delegate void ApplicationEvents2_DocumentBeforeSaveEventHandler(Document ^ Doc, bool % SaveAsUI, bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents2_DocumentBeforeSaveEventHandler(Document Doc, ref bool SaveAsUI, ref bool Cancel);
type ApplicationEvents2_DocumentBeforeSaveEventHandler = delegate of Document * bool * bool -> unit
Public Delegate Sub ApplicationEvents2_DocumentBeforeSaveEventHandler(Doc As Document, ByRef SaveAsUI As Boolean, ByRef Cancel As Boolean)
Parameters
- Doc
- Document
This event parameter is included for backward compatibility only.
- SaveAsUI
- Boolean
This event parameter is included for backward compatibility only.
- Cancel
- Boolean
This event parameter is included for backward compatibility only.
- Attributes