![]() | ExportItemColumnEditor Methods |
The ExportItemColumnEditor type exposes the following members.
Name | Description | |
---|---|---|
![]() | Init |
Initialize must be called before using this object. After initialization,
you must call Attach(IListViewEx)
with corresponding list view.
|
![]() | InPlaceControlChanged |
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
(Overrides ListViewEventHandler.InPlaceControlChanged(Int32, Int32, String, String).) |
![]() | InPlaceControlEdit |
Handler for the inplace edit event and whether to allow editing it or not (based on AllowInplaceEdits), and to store
internal reference to the item in case editing it is started. In-place editing is also blocked if WritebackInplaceEdits is true
but AllowInplaceWriteBack(ExportItem) doesn't allow writeback.
(Overrides ListViewEventHandler.InPlaceControlEdit(Int32, Int32, Boolean).) |