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)
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
Availability

CUSTOMTOOLS 2015 SP0


Revised in Description
CUSTOMTOOLS 2019 SP1 Extended with configurationName
See Also