DataDOM Object Members

InfoPath Developer Reference

The DataDOM object is the InfoPath object that is used to implement the data validation events that are associated with the XDocument object.

Events

  Name Description
Bb230023.events(en-us,office.12).gif OnAfterChange Occurs after changes to a form's underlying XML document have been accepted and after the OnValidate event has occurred.
Bb230023.events(en-us,office.12).gif OnBeforeChange Occurs after changes to a form's underlying XML document have been made but before the changes are accepted.
Bb230023.events(en-us,office.12).gif OnValidate Occurs after changes to a form's underlying XML document have been accepted but before the OnAfterChange event occurs.