Click or drag to resize

DataMappingTable<EXTENSION, ROWCONTROLTYPE, SETTINGS>.PropertyChanged Method

Invoked when any property is changed. If the changed property is not TAG_STATUS, sets the status to Modified. Then checkes if all mappings are now valid (AllMappingsValid()) and if new binding can be added CanAddNewBinding(). Adds new empty binding to the end of the table if previous two are true.
If new binding is added InitNewBinding(ROWCONTROLTYPE) is called for it.

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

Parameters

row  DataMappingRowControl
tag  String
See Also