Click or drag to resize
CTInterfaceStrExportVerifyFieldArgs Class
Event argument class for OnStrExportVerifyField.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceStrExportVerifyFieldArgs

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public class StrExportVerifyFieldArgs : EventArgs

The CTInterfaceStrExportVerifyFieldArgs type exposes the following members.

Properties
  NameDescription
Public propertyconfigurationName
Name of the configuration.
Public propertyField
Accessor to CTExportProfileField -object. Do not modify the object. Use for data gathering only.
Public propertyFieldColumn
Index of the column.
Public propertyOverrideBuiltInValidation
True to override possible build-in validation of field value.
Public propertyProfileName
Name of the export profile.
Public propertyReason
Error message
Public propertyRetVal
FALSE to add Reason as error message.
Public propertyRow
Accessor to ListViewExRow -object in the ListView Avoid using this since UI components may change in future.
Top
Availability

CUSTOMTOOLS 2012 SP0


Revised in Description
CUSTOMTOOLS 2013 SP4 Extended with OverrideBuiltInValidation.
CUSTOMTOOLS 2017 SP2 Extended with ProfileName.
CUSTOMTOOLS 2019 SP1 Extended with configurationName
See Also