Click or drag to resize

CTInterface.StrExportFillListPostArgs Class

Event argument class for OnStrExportFillListPost.
Inheritance Hierarchy
System.Object
  System.EventArgs
    ATR.CT.CTInterface.CTInterface.StrExportFillListPostArgs

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

The CTInterface.StrExportFillListPostArgs 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