Nevron Open Vision Documentation
Nevron.Nov.Networking Namespace / NWebRequest Class / StartDownload Event


In This Topic
    StartDownload Event
    In This Topic
    Raised when the request starts to download the response stream. The request and download size are passed as arguments in the event args.
    Syntax
    'Declaration
     
    
    Public Event StartDownload As Nevron.Nov.Function(Of NWebRequestDataEventArgs)
    'Usage
     
    
    Dim instance As NWebRequest
    Dim handler As Nevron.Nov.Function(Of NWebRequestDataEventArgs)
     
    AddHandler instance.StartDownload, handler
    public event Nevron.Nov.Function<NWebRequestDataEventArgs> StartDownload
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also