| FtpBatchProgress Event |
Reports progress of the current batch upload or download.
Namespace:
Limilabs.FTP.Client
Assembly:
Ftp (in Ftp.dll) Version: 2.0.22214.1022
Syntax public event EventHandler<BatchProgressEventArgs> BatchProgress
Public Event BatchProgress As EventHandler(Of BatchProgressEventArgs)
public:
event EventHandler<BatchProgressEventArgs^>^ BatchProgress {
void add (EventHandler<BatchProgressEventArgs^>^ value);
void remove (EventHandler<BatchProgressEventArgs^>^ value);
}
member BatchProgress : IEvent<EventHandler<BatchProgressEventArgs>,
BatchProgressEventArgs>
Value
Type:
SystemEventHandlerBatchProgressEventArgsSee Also