Share via


SaveEvent Object Members

InfoPath Developer Reference

An event object that is used during an OnSaveRequest event.

Methods

  Name Description
Bb230062.methods(en-us,office.12).gif PerformSaveOperation Performs the save operation requested by the user and returns a boolean value of True if the save operation fails.

Properties

  Name Description
Bb230062.properties(en-us,office.12).gif FileName A read-only property that returns a string that represents the file name to be used in the OnSaveRequest event. Read-only
Bb230062.properties(en-us,office.12).gif IsCancelled A read/write property that provides additional information for use in the OnSaveRequest event in conjunction with the ReturnStatus property. Read/write
Bb230062.properties(en-us,office.12).gif IsSaveAs A read-only property that returns a Boolean value that indicates whether the PerformSaveOperation method of the SaveEvent object will be performed as a "save" operation or as a "save as" operation. Read-only
Bb230062.properties(en-us,office.12).gif ReturnStatus Sets or retrieves a Boolean value indicating the return status of the OnSaveRequest event. Read/write
Bb230062.properties(en-us,office.12).gif XDocument A read-only property that returns a reference to the XDocument object that is associated with the SaveEvent object in an OnSaveRequest event. Read-only