MergeEvent Object Members

InfoPath Developer Reference

An event object that is used during an OnMergeRequest event.

Properties

  Name Description
Bb230060.properties(en-us,office.12).gif Count A read-only property that returns a count of the number of forms being merged in a merging operation. Read-only
Bb230060.properties(en-us,office.12).gif DOM A read-only property that returns a reference to a form's underlying XML document as an XML Document Object Model (DOM) construction for the current form involved in a merging operation. Read-only
Bb230060.properties(en-us,office.12).gif Index A read-only property that returns the 0-based index of the form that is currently being merged. Read-only
Bb230060.properties(en-us,office.12).gif ReturnStatus A read-write property that sets or retrieves a Boolean value indicating the return status of the OnMergeRequest event. Read/write
Bb230060.properties(en-us,office.12).gif RollBack A read/write property that provides additional information to the OnMergeRequest event along with the ReturnStatus property flag. Read/write
Bb230060.properties(en-us,office.12).gif XDocument A read-only property that returns a reference to the XDocument object that is associated with the MergeEvent object in an OnMergeRequest event. Read-only