Click or drag to resize

DataMappingTableButtonClicked Method

Called when Button in a column is clicked.

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

Parameters

row  DataMappingRowControl
The row that sent this event.
tag  String
Tag of the Button.
See Also