Click or drag to resize

ExportItemColumnEditorInPlaceControlChanged Method

Handler for after editing is completeted. Uses SetValue(String, String) to set the value so it reflects to all rows of the same item in all listviews in Export, and also to the CTExportProfileData. If WritebackInplaceEdits is set and the value changed, then also writeback is cached to be written to the corresponding model at Export. then the changed value

Namespace:  CTExtensions.ExportCore.ExportHandler
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public override void InPlaceControlChanged(
	int lRow,
	int lColumn,
	string bsOldItem,
	string bsNewItem
)

Parameters

lRow
Type: SystemInt32
lColumn
Type: SystemInt32
bsOldItem
Type: SystemString
bsNewItem
Type: SystemString

Implements

_IListViewExEvents.InPlaceControlChanged(Int32, Int32, String, String)
See Also