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)
Syntax
protected virtual void UpdateItemsPostFilling(
	List<E> items
)

Parameters

items
Type: System.Collections.GenericListE
See Also