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) Version: 25.0
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
Revision History
DateVersionDescription
-2012 SP0First Release
-2013 SP4 Extended with OverrideBuiltInValidation.
-2017 SP2 Extended with ProfileName.
-2019 SP1 Extended with configurationName
See Also