 | CTInterfaceOnQueryExportSuccess Event |
If the export was ran silently, it's success status will be queried
with this event. Success is assumed.
This is also invoked for the second phase of the export process in
case such phase was requested at
OnSerializeForSecondPhase.
Namespace: ATR.CT.CTInterfaceAssembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntaxpublic event EventHandler<ExportSuccessArgs> OnQueryExportSuccess
Public Event OnQueryExportSuccess As EventHandler(Of ExportSuccessArgs)
Value
EventHandlerExportSuccessArgs
Revision HistoryDate | Version | Description |
---|
- | 2020 SP1 | First Release |
See Also