InfoConnect for Unisys
FileDownload Event


Occurs when a file is downloaded.
Syntax
'Declaration
 
Event FileDownload As EventHandler
'Usage
 
Dim instance As IWebControl
Dim handler As EventHandler
 
AddHandler instance.FileDownload, handler
event EventHandler FileDownload
See Also