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) Version: 25.0
Syntax
public event EventHandler<CTInterfaceOnAddImportFileArgs> OnAddImportFile

Value

EventHandlerCTInterfaceOnAddImportFileArgs
Revision History
DateVersionDescription
-2015 SP0First Release
See Also