Click or drag to resize
CTInterface.OnStrExportAddRow Event
Invoked at CUSTOMTOOLS Export for each row when the list is getting filled. Allows filling/changing column values.

Namespace: ATR.CT.CTInterface
Assembly: CTInterface (in CTInterface.dll)
Syntax
public event EventHandler<CTInterface. StrExportAddRowArgs> OnStrExportAddRow

Value

Type: System.EventHandler<CTInterface.StrExportAddRowArgs>
Availability

CUSTOMTOOLS 2012 SP0


See Also