
Occurs when a merge block row has been merged successfully. The event handler receives an argument of type DocumentServer.MailMerge.BlockRowMergedEventArgs containing data related to this event. This event can be used to change the content or formatting of a merged row in the repeating block.
[C#]
public event BlockRowMergedHandler BlockRowMerged;
[Visual Basic]
Public Event BlockRowMerged As BlockRowMergedHandler