Modifica

Condividi tramite


SaveEvent.IsSaveAs Property

Definition

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.

Applies to