Click or drag to resize

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.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public event EventHandler<ExportSuccessArgs> OnQueryExportSuccess

Value

EventHandlerExportSuccessArgs
Revision History
DateVersionDescription
-2020 SP1First Release
See Also