Click or drag to resize
CTInterfaceOnGetCustomImportRule Event
Invoked at CUSTOMTOOLS Import for each file right after they are added to the list. Allows showing custom columns, setting special import options, displaying different string than filename and disabling the row from process.

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

Value

Type: SystemEventHandlerCTInterfaceGetCustomImportRuleArgs
Availability

CUSTOMTOOLS 2015 SP0


See Also