Occurs after an asynchronous task has completed.
Namespace: EnterpriseDT.Net.FtpAssembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40
Syntax
| C# |
|---|
public event FTPTaskEventHandler TaskCompleted |
| Visual Basic |
|---|
Public Event TaskCompleted As FTPTaskEventHandler |
| Visual C++ |
|---|
public: event FTPTaskEventHandler^ TaskCompleted { void add (FTPTaskEventHandler^ value); void remove (FTPTaskEventHandler^ value); } |
Remarks
Note that this event will never be invoked on the GUI thread, so no
Windows Forms operations should be performed directly within handlers.