Click or drag to resize

CTInterfaceStrExportFillListPreArgs Class

Event argument class for OnStrExportFillListPre.
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    ATR.CT.CTInterfaceCTInterfaceStrExportFillListPreArgs

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

The CTInterfaceStrExportFillListPreArgs type exposes the following members.

Properties
  NameDescription
Public propertyAllPreEventsBeforePostEvents
By default, CTInterface sends OnStrExportFillListPre event, then OnStrExportAddRow and OnStrExportFillListPost; all sequentially for configurationName. Set this flag to true, to first get OnStrExportFillListPre for all configurationName, and then rest of the events sequentially for each configurationName. Default is false. This is only effective when set to true at first OnStrExportFillListPre event after OnExportProfileSelected.
Public propertyconfigurationName
Name of the configuration.
Public propertyExportProfile
Current CUSTOMTOOLS Export profile
Public propertyExportProfileData
Current Export data
Top
Availability

CUSTOMTOOLS 2013 SP4


Revised in Description
CUSTOMTOOLS 2019 SP1 Extended with configurationName
CUSTOMTOOLS 2024 SP0 Extended with AllPreEventsBeforePostEvents
See Also