Edit

Share via


XmlChangingEventArgs.CancelableArgs Property

Definition

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.

Applies to