Click or drag to resize

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
)

Parameters

map
Type: NetQuarry.DataIMapper
The key of the field for which to fire the event.
key
Type: SystemString
The mapper.

Return Value

Type: ExtResults
The result status from the FieldButtonClick event.
See Also