MapperUtilsFireFieldButtonClick Method |
Fire a FieldButtonClick event, assuming the corresonding field is found, visible, and not locked.
Namespace:
NetQuarry.Data
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax public static ExtResults FireFieldButtonClick(
IMapper map,
string key
)
Public Shared Function FireFieldButtonClick (
map As IMapper,
key As String
) As ExtResults
Parameters
- map
- Type: NetQuarry.DataIMapper
The key of the field for which to fire the event. - key
- Type: SystemString
The mapper.
Return Value
Type:
ExtResultsThe result status from the FieldButtonClick event.
See Also