Click or drag to resize

MapperDatasheetRowButtonClick Method

Called when a user clicks a row button.

Namespace:  NetQuarry.Data.WebMappers
Assembly:  EAP.WebMappers (in EAP.WebMappers.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
protected void RowButtonClick(
	string key,
	string rowKey
)

Parameters

key
Type: SystemString
The IField.Key of the field button clicked.
rowKey
Type: SystemString
The RowKey of the row whose button was clicked.
See Also