_Document.IsInAutosave Property
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.
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.