 | FtpBatchProgress Event |
Reports progress of the current batch upload or download.
Namespace: Limilabs.FTP.ClientAssembly: Ftp (in Ftp.dll) Version: 2.0.26109.1248
Syntaxpublic 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
EventHandlerBatchProgressEventArgs
See Also