The Field
public class FieldMergedEventArgs: EventArgsPublic Class FieldMergedEventArgs
Inherits EventArgs Introduced: 15.0.
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the current merge process should be canceled. |
| Data |
Gets the data row which is used to supply the current field with merge content. |
| Mail |
Gets or sets a Mail |
| Merge |
If the merge field is part of a merge block, this property returns the name of the block. |
| Merged | Gets a bool value that indicates whether the current field has been merged successfully or not. |
| Merged |
Gets or sets a byte array that contains the complete data of the merged field. |
| Nesting |
If the merge field is part of a merge block, this property returns the one-based nesting depth of the block. |
| Sub |
Gets the ID of the subtext part the field is part of. |
| Sub |
Gets the 1-based number of the subtext part the field is part of. |
| Table |
If the merge field is inside of a table, this property returns the containing table cell as a TXText |