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.26109.1248
Syntax
public event EventHandler<ProgressEventArgs> Progress

Value

EventHandlerProgressEventArgs
See Also