The ImageMergedEventArgs class provides data for the ImageMerged event.

Syntax

public class ImageMergedEventArgs: EventArgs
Public Class ImageMergedEventArgs
  Inherits EventArgs

Introduced: X10.

Properties

Property Description
DataRow Gets the data row which is used to supply the current image with merge content.
ID Gets the ID of the merged image.
Image Gets or sets the merged image.
MergeBlockName If the image is part of a merge block, this property returns the name of the block.
Merged Gets a boolean value that indicates whether the current image has been merged successfully or not.
Name Gets the name of the merged image.
NestingDepth If the image is part of a merge block, this property returns the one-based nesting depth of the block.