SaveEventArgs.CancelableArgs 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 a reference to the SaveCancelEventArgs object that can be used to cancel the Save event.
public:
abstract property Microsoft::Office::InfoPath::SaveCancelEventArgs ^ CancelableArgs { Microsoft::Office::InfoPath::SaveCancelEventArgs ^ get(); };
public abstract Microsoft.Office.InfoPath.SaveCancelEventArgs CancelableArgs { get; }
member this.CancelableArgs : Microsoft.Office.InfoPath.SaveCancelEventArgs
Public MustOverride ReadOnly Property CancelableArgs As SaveCancelEventArgs
Property Value
A SaveCancelEventArgs object.
Remarks
Access the SaveCancelEventArgs object to cancel the Save event and specify a custom message to display when the event is cancelled.
The SaveEventArgs.CancelableArgs.Cancel property is set to true by default.
This member can be accessed only by forms running in the same domain as the currently open form, or by forms that have been granted cross-domain permissions.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.