edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing

ExFTPConnectionTaskRunning Event

Occurs just before an asynchronous task is about to run.

Definition

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 12.7.0.0
C#
public event FTPTaskEventHandler TaskRunning

Value

FTPTaskEventHandler

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