XmlChangingEventArgs.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 an XmlFormCancelEventArgs object associated with the event.
public:
abstract property Microsoft::Office::InfoPath::XmlFormCancelEventArgs ^ CancelableArgs { Microsoft::Office::InfoPath::XmlFormCancelEventArgs ^ get(); };
public abstract Microsoft.Office.InfoPath.XmlFormCancelEventArgs CancelableArgs { get; }
member this.CancelableArgs : Microsoft.Office.InfoPath.XmlFormCancelEventArgs
Public MustOverride ReadOnly Property CancelableArgs As XmlFormCancelEventArgs
Property Value
An XmlFormCancelEventArgs object that provides access to the Cancel property for cancelling the event.
Remarks
To cancel the event, set CancelableArgs.Cancel to true.
This type or member can be accessed only from code running in forms opened in Microsoft InfoPath Filler.