edtFTPnet/Free - Open-source FTP component for .NET | Download
Raise the Downloaded event.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
protected internal void RaiseDownloaded(
	FTPFileTransferEventArgs e
)
Visual Basic
Protected Friend Sub RaiseDownloaded ( _
	e As FTPFileTransferEventArgs _
)
Visual C++
protected public:
void RaiseDownloaded(
	FTPFileTransferEventArgs^ e
)

See Also