SaveEvent.IsSaveAs Property
Gets whether the PerformSaveOperation method will be performed as a "save" operation or as a "save as" operation.
Namespace: Microsoft.Office.Interop.InfoPath
Assembly: Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)
Syntax
'Declaration
ReadOnly Property IsSaveAs As Boolean
Get
'Usage
Dim instance As SaveEvent
Dim value As Boolean
value = instance.IsSaveAs
bool IsSaveAs { get; }
Property Value
Type: System.Boolean
Remarks
The IsSaveAs property returns true when the event was triggered by a call to the SaveAs 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.