SaveCancelEventArgs.CloseIfSaveCancelled Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets whether a dirty form (a new or changed form that hasn't been saved) can be closed when a save operation is cancelled.
public:
abstract property bool CloseIfSaveCancelled { bool get(); void set(bool value); };
public abstract bool CloseIfSaveCancelled { get; set; }
member this.CloseIfSaveCancelled : bool with get, set
Public MustOverride Property CloseIfSaveCancelled As Boolean
Property Value
true if InfoPath is allowed to close when saving a dirty form was cancelled; otherwise false.
Remarks
When closing InfoPath, the user is prompted to save the document if the Dirty property of the XmlForm object is true. If the CloseIfSaveCancelled property is false, which is the default setting, InfoPath will be prevented from closing if the save operation was cancelled (that is, if the CancelableArgs.Cancel property is true). To allow InfoPath to close without saving, set the CloseIfSaveCancelled property to true.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.