FileDownloadManagerOnDownloadProgressChanged Event |
https://www.emgu.com
This event will be fired when the download progress is changed
Namespace:
Emgu.Models
Assembly:
Emgu.TF.Lite.Models (in Emgu.TF.Lite.Models.dll) Version: 2.19.0.1709+574f567263f3c76bb77304b9eeb79ab6660ba101
Syntaxpublic event FileDownloadManagerDownloadProgressChangedEventHandler OnDownloadProgressChanged
Public Event OnDownloadProgressChanged As FileDownloadManagerDownloadProgressChangedEventHandler
public:
event FileDownloadManagerDownloadProgressChangedEventHandler^ OnDownloadProgressChanged {
void add (FileDownloadManagerDownloadProgressChangedEventHandler^ value);
void remove (FileDownloadManagerDownloadProgressChangedEventHandler^ value);
}
member OnDownloadProgressChanged : IEvent<FileDownloadManagerDownloadProgressChangedEventHandler,
EventArgs>
Value
Type:
Emgu.ModelsFileDownloadManagerDownloadProgressChangedEventHandler
See Also