 | GenericExportHandlerT, E, IShowExportDoneMessage Method |
Namespace:
CTExtensions.ExportCore.ExportHandler
Assembly:
CTInterface (in CTInterface.dll)
Syntaxprotected virtual void ShowExportDoneMessage(
bool bSucceeded,
List<E> items
)
Protected Overridable Sub ShowExportDoneMessage (
bSucceeded As Boolean,
items As List(Of E)
)
Parameters
- bSucceeded
- Type: SystemBoolean
- items
- Type: System.Collections.GenericListE
See Also