Click or drag to resize

FtpProgress Event

Reports progress of the current upload or download. This event may be raised from a different thread.

Namespace:  Limilabs.FTP.Client
Assembly:  Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax
public event EventHandler<ProgressEventArgs> Progress

Value

Type: SystemEventHandlerProgressEventArgs
See Also