 | 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)
Syntaxprotected virtual void UpdateItemsPostFilling(
List<E> items
)
Protected Overridable Sub UpdateItemsPostFilling (
items As List(Of E)
)
Parameters
- items
- Type: System.Collections.GenericListE
See Also