Click or drag to resize

GenericExportHandlerT, E, IUpdateItemsPostFilling Method

All the same operations should be doable in UpdateItemsPreFilling(ListE), which recommended over this function. If there for some reason is a need to directly manipulate ListView rows, it can be done here.

Namespace: CTExtensions.ExportCore.ExportHandler
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
protected virtual void UpdateItemsPostFilling(
	List<E> items
)

Parameters

items  ListE
Revision History
DateVersionDescription
-2024 SP0First Release
See Also