Document Solutions for Imaging
GrapeCity.Documents.Html / GrapeCity.Documents.Html Namespace / BrowserFetcher Class / DownloadProgressChanged Event

In This Topic
    DownloadProgressChanged Event
    In This Topic
    Occurs when an asynchronous download operation successfully transfers some or all of the data.
    Syntax
    'Declaration
     
    Public Event DownloadProgressChanged As System.Net.DownloadProgressChangedEventHandler
    public event System.Net.DownloadProgressChangedEventHandler DownloadProgressChanged
    Event Data

    The event handler receives an argument of type System.Net.DownloadProgressChangedEventArgs containing data related to this event. The following DownloadProgressChangedEventArgs properties provide information specific to this event.

    PropertyDescription
     
    (Inherited from System.ComponentModel.ProgressChangedEventArgs)
     
    (Inherited from System.ComponentModel.ProgressChangedEventArgs)
    See Also