Represents the method that will handle the event
that has FtpConnectEventArgs.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public delegate void FtpConnectEventHandler( Object sender, FtpConnectEventArgs e ) |
Visual Basic |
---|
Public Delegate Sub FtpConnectEventHandler ( _ sender As Object, _ e As FtpConnectEventArgs _ ) |
Visual C++ |
---|
public delegate void FtpConnectEventHandler( Object^ sender, FtpConnectEventArgs^ e ) |