
The DataRowMergedEventArgs class provides data for the DocumentServer.MailMerge.DataRowMerged event.
Introduced: 14.0.
[C#]
public class DataRowMergedEventArgs: EventArgs
[Visual Basic]
Public Class DataRowMergedEventArgs
Inherits EventArgs
| Property | Description | |
| DataRowNumber | Gets an int value that indicates the currently merged data row. | |
| MergedRow | Gets or sets a byte array that contains the complete data of the merged data row. |