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


In This Topic
    DownloadProgress Event
    In This Topic
    Raised when the request progressed in downloading the response stream. The request, download size and downloaded size are passed as arguments in the event args.
    Syntax
    'Declaration
     
    
    Public Event DownloadProgress As Nevron.Nov.Function(Of NWebRequestDataProgressEventArgs)
    'Usage
     
    
    Dim instance As NWebRequest
    Dim handler As Nevron.Nov.Function(Of NWebRequestDataProgressEventArgs)
     
    AddHandler instance.DownloadProgress, handler
    public event Nevron.Nov.Function<NWebRequestDataProgressEventArgs> DownloadProgress
    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