FileStart Event
    
 

Description

Fires when component starts downloading file.


Syntax

Private Sub object_FileStart(File)



The FileStart Event syntax has these parts:

Part Description
object A wodAppUpdate object.
File An UpdFile object. Holds reference to the file that will be downloaded.

Remarks

This event fires before new file will be downloaded from the server. If you wish to cancel file download, call Cancel method.