| 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
Public Event OnQueryExportSuccess As EventHandler(Of ExportSuccessArgs)
Value
Type:
SystemEventHandlerExportSuccessArgsAvailability See Also