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)
Syntax
public event EventHandler<ExportSuccessArgs> OnQueryExportSuccess

Value

Type: SystemEventHandlerExportSuccessArgs
Availability

CUSTOMTOOLS 2020 SP1


See Also