_Document.IsInAutosave Property

Definition

True if the most recent firing of the Application.DocumentBeforeSave Event (Word)event was the result of an automatic save, and not a manual save by the user. Read-only.

public:
 property bool IsInAutosave { bool get(); };
public bool IsInAutosave { get; }
member this.IsInAutosave : bool
Public ReadOnly Property IsInAutosave As Boolean

Property Value

Remarks

The IsInAutosave property is designed to be used in an event handler for the Application.DocumentBeforeSave event. Using it for other purposes is not recommended.

Applies to