FileProgress Event
    
 

Description

Fires during file download.


Syntax

Private Sub object_FileProgress(File, Position, Total)



The FileProgress Event syntax has these parts:

Part Description
object A wodAppUpdate object.
File An UpdFile object. Holds reference to the file that is being downloaded.
Position A Long value. Holds current position.
Total A Long value. Holds total file size.

Remarks

This event is fired during file download. It informs main application about current download progress.