The FrameMergedEventArgs class is the base class for all event argument classes that provide information about a frame that has been merged during a mail merge operation.

Syntax

public abstract class FrameMergedEventArgs : EventArgs
Public MustInherit Class FrameMergedEventArgs
  Inherits EventArgs

Introduced: 34.0.

Properties

Property Description
DataRow Gets the data row which is used to supply the current frame with merge content.
Frame Gets the frame that has been merged.
MergeBlockName If the frame is part of a merge block, this property returns the name of the block.
NestingDepth If the frame is part of a merge block, this property returns the one-based nesting depth of the block.
SubTextPartID Gets the ID of the subtext part the frame is part of.
SubTextPartNumber Gets the 1-based number of the subtext part the frame is part of.