SaveEvent.PerformSaveOperation method

Performs the save operation requested by the user.

Namespace:  Microsoft.Office.Interop.InfoPath
Assembly:  Microsoft.Office.Interop.InfoPath (in Microsoft.Office.Interop.InfoPath.dll)

Syntax

'Declaration
Function PerformSaveOperation As Boolean
'Usage
Dim instance As SaveEvent
Dim returnValue As Boolean

returnValue = instance.PerformSaveOperation()
bool PerformSaveOperation()

Return value

Type: System.Boolean
true if the save operation is successful; otherwise false.

Remarks

The PerformSaveOperation method performs a "save" or "save as" operation depending on the value of the IsSaveAs property. If the operation is successful, the IsDirty property is set to false and the PerformSaveOperation method returns true.

Examples

In the following example, the PerformSaveOperation method of the SaveEventObject object is used to save the form using the internal definition of save.

e.PerformSaveOperation();

See also

Reference

SaveEvent interface

SaveEvent members

Microsoft.Office.Interop.InfoPath namespace