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

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

Syntax

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

Parameters

e
Type: EnterpriseDT.Net.Ftp..::..FTPConnectionEventArgs
Event arguments.

See Also