Click or drag to resize

DataMappingTableEXTENSION, ROWCONTROLTYPE, SETTINGSButtonClicked Method

Invoked when button is clicked. This implementation handles the TAG_ACTION button press and calls the approriate handler set at UpdateActionButton.

Namespace: CTExtensions.ExportCore.Config.DataMapping
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public override void ButtonClicked(
	DataMappingRowControl row,
	string tag
)

Parameters

row  DataMappingRowControl
tag  String
See Also