  | 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.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected virtual void UpdateItemsPostFilling(
	List<E> items
)
Protected Overridable Sub UpdateItemsPostFilling ( 
	items As List(Of E)
)
Parameters
- items  ListE
 
Revision History| Date | Version | Description | 
|---|
| - | 2024 SP0 | First Release | 
See Also