edtFTPnet/Free - Open-source FTP component for .NET | Download
Represents the method that will handle the Connecting and Connected events.

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

Syntax

C#
public delegate void FTPConnectionEventHandler(
	Object sender,
	FTPConnectionEventArgs e
)
Visual Basic
Public Delegate Sub FTPConnectionEventHandler ( _
	sender As Object, _
	e As FTPConnectionEventArgs _
)
Visual C++
public delegate void FTPConnectionEventHandler(
	Object^ sender, 
	FTPConnectionEventArgs^ e
)

See Also