Click or drag to resize

CTInterfaceStrExportFillListPreArgsAllPreEventsBeforePostEvents Property

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.

Namespace:  ATR.CT.CTInterface
Assembly:  CTInterface (in CTInterface.dll)
Syntax
public bool AllPreEventsBeforePostEvents { get; set; }

Property Value

Type: Boolean
See Also