Share via


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
'Usage

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.

See Also

Reference

SaveEvent Interface
SaveEvent Members
Microsoft.Office.Interop.InfoPath Namespace