Click or drag to resize
CTInterfaceStrExportFillListPostArgs Class
Event argument class for OnStrExportFillListPost.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceStrExportFillListPostArgs

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

The CTInterfaceStrExportFillListPostArgs type exposes the following members.

Properties
  NameDescription
Public propertyconfigurationName
Name of the configuration.
Public propertyProfileData
Data used to build the view and exported file.
Public propertyProfileName
Name of the current export profile
Public propertyStrList
Accessor of ListViewEx -object. Avoid using this since UI components may change in future.
Top
Methods
  NameDescription
Public methodAddError
Allows adding an error to a specific row.
Top
Availability

CUSTOMTOOLS 2012 SP2


Revised in Description
CUSTOMTOOLS 2019 SP1 Extended with configurationName
See Also