ApplicationEvents4_DocumentBeforeSaveEventHandler Delegat

Definition

Ein Delegattyp , der zum Hinzufügen eines Ereignishandlers für das DocumentBeforeSave Ereignis verwendet wird. Das DocumentBeforeSave-Ereignis tritt auf, bevor ein geöffnetes Dokument gespeichert wird.

public delegate void ApplicationEvents4_DocumentBeforeSaveEventHandler(Document ^ Doc, bool % SaveAsUI, [Runtime::InteropServices::Out] bool % Cancel);
[System.Runtime.InteropServices.ComVisible(false)]
public delegate void ApplicationEvents4_DocumentBeforeSaveEventHandler(Document Doc, ref bool SaveAsUI, out bool Cancel);
type ApplicationEvents4_DocumentBeforeSaveEventHandler = delegate of Document * bool * bool -> unit
Public Delegate Sub ApplicationEvents4_DocumentBeforeSaveEventHandler(Doc As Document, ByRef SaveAsUI As Boolean, ByRef Cancel As Boolean)

Parameter

Doc
Document

Das Dokument, das gespeichert wird.

SaveAsUI
Boolean

True , um das Dialogfeld Speichern unter anzuzeigen.

Cancel
Boolean

False, wenn das Ereignis auftritt. Wenn die Ereignisprozedur dieses Argument auf True festlegt, wird das Dokument nach Abschluss der Prozedur nicht gespeichert.

Attribute

Gilt für: