edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Occurs just before an asynchronous task is about to run.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public event FTPTaskEventHandler TaskRunning
Visual Basic
Public Event TaskRunning As FTPTaskEventHandler
Visual C++
public:
 event FTPTaskEventHandler^ TaskRunning {
	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.

See Also