XmlChangingEventArgs.CancelableArgs Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient un XmlFormCancelEventArgs objet associé à l’événement.
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
Valeur de propriété
Objet XmlFormCancelEventArgs qui fournit l’accès à la propriété Cancel pour annuler l’événement.
Remarques
Pour annuler l'événement, définissez CancelableArgs.Cancel sur true.
Vous pouvez uniquement accéder à ce type ou à ce membre à partir du code exécuté dans les formulaires ouverts dans Microsoft InfoPath Filler.