The FormFieldMergedEventArgs class provides data for the FormFieldMerged event.

Syntax

public class FormFieldMergedEventArgs: EventArgs
Public Class FormFieldMergedEventArgs
  Inherits 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.
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.