SaveEvent Object Members
InfoPath Developer Reference |
An event object that is used during an OnSaveRequest event.
Methods
Name | Description | |
---|---|---|
PerformSaveOperation | Performs the save operation requested by the user and returns a boolean value of True if the save operation fails. |
Properties
Name | Description | |
---|---|---|
FileName | A read-only property that returns a string that represents the file name to be used in the OnSaveRequest event. Read-only | |
IsCancelled | A read/write property that provides additional information for use in the OnSaveRequest event in conjunction with the ReturnStatus property. Read/write | |
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 | |
ReturnStatus | Sets or retrieves a Boolean value indicating the return status of the OnSaveRequest event. Read/write | |
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 |