Occurs when a file is downloading from the FTP server.
Namespace: Jscape.FtpAssembly: Jscape.Ftp (in Jscape.Ftp.dll) Version: 2.4.5.0
Syntax
C# |
---|
public event FtpDownloadEventHandler FtpDownloadingEvent |
Visual Basic |
---|
Public Event FtpDownloadingEvent As FtpDownloadEventHandler |
Visual C++ |
---|
public: event FtpDownloadEventHandler^ FtpDownloadingEvent { void add (FtpDownloadEventHandler^ value); void remove (FtpDownloadEventHandler^ value); } |