FileDone Event
    
 

Description

Fires when component finishes downloading file.


Syntax

Private Sub object_FileDone(File, ErrorCode, ErrorText)



The FileDone Event syntax has these parts:

Part Description
object A wodAppUpdate object.
File An UpdFile object. Holds reference to the file that is received.
ErrorCode A Long value. Holds error number, if any.
ErrorText A String value. Holds text description of the error, if any.

Remarks

This event is fired each time after file is downloaded, as result of Download method call. If there are more than one files that need to be downloaded, this event will fire several times - once for each file.

When all files are downloaded, DownloadDone event will be fired.