Condividi tramite


Proprietà XmlChangingEventArgs.CancelableArgs

Ottiene un oggetto XmlFormCancelEventArgs associato all'evento.

Spazio dei nomi: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)

Sintassi

Public MustOverride ReadOnly Property CancelableArgs As XmlFormCancelEventArgs

Dim instance As XmlChangingEventArgs
Dim value As XmlFormCancelEventArgs

value = instance.CancelableArgs
public abstract XmlFormCancelEventArgs CancelableArgs { get; }

Valore proprietà

Oggetto XmlFormCancelEventArgs che consente di accedere alla proprietà Cancel per annullare l'evento.

Osservazioni

Per annullare l'evento, impostare CancelableArgs.Cancel su true.

A questo tipo o membro può accedere solo il codice in esecuzione in moduli aperti in Microsoft Office InfoPath 2007.

Vedere anche

Riferimenti

Classe XmlChangingEventArgs
Membri XmlChangingEventArgs
Spazio dei nomi Microsoft.Office.InfoPath