The Data
public class DataRowMergedEventArgs: EventArgsPublic Class DataRowMergedEventArgs
Inherits EventArgs Introduced: 14.0.
| Property | Description |
|---|---|
| Cancel | Gets or sets a value indicating whether the current merge process should be canceled. |
| Data |
Gets the current data row's content. |
| Data |
Gets an int value that indicates the currently merged data row. |
| Merged |
Gets or sets a byte array that contains the complete data of the merged data row. |