Click or drag to resize
CTInterface.OnStrExportVerifyField Event
Invoked at CUSTOMTOOLS Export for each row and each field in the view. Allows checking the field value and setting an error message that prevents user for performing the export.

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

Value

Type: System.EventHandler<CTInterface.StrExportVerifyFieldArgs>
Availability

CUSTOMTOOLS 2012 SP0


See Also