Back to product page

FileStart event


Fires when component starts downloading file.

Syntax

  • Basic
Private Sub object_FileStart(File)
The FileStart(object,File) syntax has these parts:
objectA wodAppUpdate object.
FileAn 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.

Platforms

Windows