Reflection .NET API
Attachmate.Reflection Assembly / Attachmate.Reflection.Web.Msie Namespace / IWebControl Interface / FileDownload Event


In This Topic
    FileDownload Event
    In This Topic
    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