Occurs when a merge block row has been merged successfully. The event handler receives an argument of type 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.

Syntax

public event BlockRowMergedHandler BlockRowMerged;
Public Event BlockRowMerged As BlockRowMergedHandler