Previous |
Next
OnDownloadComplete Event
Occurs when downloading of all files in the file list has finished.
OnDownloadComplete(
Boolean result ) |
Parameters
result Type: Boolean If downloading of all files in the file
list has finished successfully, the result is true. Otherwise, the
result is false. To get extended error information, call GetLastError and GetLastErrorDesc methods.
Remarks
If the
result is false, indicating that some erros occurred during the download,
you can call the ResumeDownload method
to try to resume downloading files which didn't download successfully.
Examples
For an example, see Downloading files with the DownloadX control.
|