Click or drag to resize

ExportSuccessArgs Class

Event argument class for reporting success of silently executed export.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceExportSuccessArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll) Version: 25.0
Syntax
public class ExportSuccessArgs : EventArgs

The ExportSuccessArgs type exposes the following members.

Constructors
 NameDescription
Public methodExportSuccessArgs Default constructor
Top
Properties
 NameDescription
Public propertyStatusMessage Optional status message. Usually more meaningfull in error cases.
Public propertySuccess True for success, false for failure
Top
Revision History
DateVersionDescription
-2020 SP1First Release
See Also