Click or drag to resize
CTInterfaceOnAddImportFile Event
Invoked at CUSTOMTOOLS Import for each individual file inserted to the list. Allows full control on what files are actually brought into the process. For instance it would be possible to unzip given file and add all unpacked files to the list via this event.

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

Value

Type: SystemEventHandlerCTInterfaceOnAddImportFileArgs
Availability

CUSTOMTOOLS 2015 SP0


See Also