Back to product page

FileDone event


Fires when component finishes downloading file.

Syntax

  • Basic
Private Sub object_FileDone(File, ErrorCode, ErrorText)
The FileDone(object,File,ErrorCode,ErrorText) syntax has these parts:
objectA wodAppUpdate object.
FileAn UpdFile object. Holds reference to the file that is received.
ErrorCodeA Long value. Holds error number, if any.
ErrorTextA 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.

Platforms

Windows