Click or drag to resize

CTInterface.OnQueryCancelExportConversions Event

Invoked at CUSTOMTOOLS Export before possible conversions are performed for each row in internal export data structure. Allows cancelling conversions before need for them is even validated.

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

Value

Type: System.EventHandler<CTInterface.QueryCancelExportConversionsArgs>
Availability

CUSTOMTOOLS 2015 SP0


See Also