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
)
Protected Sub RowButtonClick (
key As String,
rowKey As String
)
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