 | GenericExportHandlerT, E, IPreExport Method |
This function is called immediately before
Export(ListE)
to give arguments provided by the framework and Export Profile settings.
Namespace: CTExtensions.ExportCore.ExportHandlerAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxprotected virtual void PreExport(
PreExportArgs args
)
Protected Overridable Sub PreExport (
args As PreExportArgs
)
Parameters
- args PreExportArgs
Revision HistoryDate | Version | Description |
---|
- | 2025 SP0 | First Release |
See Also