Click or drag to resize

DataMappingTableRefreshComboContent Method

Called when ComboBox dropdown is opened. Use LoadComboValuesT(String, IEnumerableToStrWrapT) to populate the combo.

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

Parameters

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