MergeEventArgs Class (Microsoft.Office.InfoPath)
Provides data for the Merge event.
Namespace: Microsoft.Office.InfoPath
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
Assembly: Microsoft.Office.InfoPath (in microsoft.office.infopath.dll)
The MergeEventArgs class provides properties that can be used during a Merge event to programmatically interact with the underlying XML document of the current form that's being merged, to determine the number of files being merged, to cancel the event, and to determine when and how to rollback changes that occurred during a merge operation that was cancelled.
The MergeEventArgs class is equivalent to the MergeEventObject interface of the InfoPath 2003 managed code object model.