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