 | 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)
Syntaxpublic override void InPlaceControlChanged(
int lRow,
int lColumn,
string bsOldItem,
string bsNewItem
)
Public Overrides Sub InPlaceControlChanged (
lRow As Integer,
lColumn As Integer,
bsOldItem As String,
bsNewItem As String
)
Parameters
- lRow
- Type: SystemInt32
- lColumn
- Type: SystemInt32
- bsOldItem
- Type: SystemString
- bsNewItem
- Type: SystemString
Implements
_IListViewExEvents.InPlaceControlChanged(Int32, Int32, String, String)
See Also