SaveEvent.IsSaveAs 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.
Gets whether the PerformSaveOperation() method will be performed as a "save" operation or as a "save as" operation.
public:
property bool IsSaveAs { bool get(); };
public bool IsSaveAs { get; }
member this.IsSaveAs : bool
Public ReadOnly Property IsSaveAs As Boolean
Property Value
Remarks
The IsSaveAs property returns true when the event was triggered by a call to the SaveAs(String) method, or by a call to the Save() method when the document is new, or by a call to either method when the document is read-only. Otherwise, the IsSaveAs property returns false.