Syntax:
LoadFinished(BOOL bSuccessful)
Task:
Notifies you that the file is on the local disk. Important in case of asynchronous download.
This does not guarantee that the downloaded file is correct - you should use the property 'pages' to check: a value of 0 indicates a failure.
Parameter:
bSuccess: TRUE if the file has been transferred; FALSE if the download failed
Return value:
-