The DataRowMergedEventArgs class provides data for the DataRowMerged event.

Syntax

public class DataRowMergedEventArgs: EventArgs
Public Class DataRowMergedEventArgs
  Inherits EventArgs

Introduced: 14.0.

Properties

Property Description
Cancel Gets or sets a value indicating whether the current merge process should be canceled.
DataRow Gets the current data row's content.
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.