Click or drag to resize

CTInterfaceQueryCancelExportConversionsArgs Class

Event argument class for OnQueryCancelExportConversions.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceQueryCancelExportConversionsArgs

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

The CTInterfaceQueryCancelExportConversionsArgs type exposes the following members.

Properties
 NameDescription
Public propertyCancel True to cancel conversions of the currently queried row
Public propertyconfigurationName Name of the configuration.
Public propertyExportData Data to be exported
Public propertypoProfile Currently active Export profile
Public propertyRow Currently queried row index in ExportData.
Top
Revision History
DateVersionDescription
-2015 SP0First Release
-2019 SP1 Extended with configurationName
See Also