The FormFieldMergedEventArgs class provides data for the FormFieldMerged event.

Syntax

public class FormFieldMergedEventArgs: EventArgs

Introduced: 30.0.

Properties

Property Description
DataRow Gets the data row which is used to supply the current field with merge content.
FormField Gets the already merged FormField.
MergeBlockName If the form field is part of a merge block, this property returns the name of the block.
Merged Gets a boolean value that indicates whether the current field has been merged successfully or not.
NestingDepth If the form field is part of a merge block, this property returns the one-based nesting depth of the block.
SubTextPartID Gets the ID of the subtext part the field is part of.
SubTextPartNumber Gets the 1-based number of the subtext part the field is part of.
TableCell If the form field is inside of a table, this property returns the containing table cell as a TXTextControl.TableCell instance or null otherwise.