System.Windows.Forms.WebBrowserProgressChangedEventArgs Class

Provides data for the WebBrowser.ProgressChanged event.

See Also: WebBrowserProgressChangedEventArgs Members

Syntax

public class WebBrowserProgressChangedEventArgs : EventArgs

Remarks

You can handle the WebBrowser.ProgressChanged event to implement a navigation progress bar for the System.Windows.Forms.WebBrowser control similar to the one in Internet Explorer. Use the WebBrowserProgressChangedEventArgs.CurrentProgress property to determine the number of bytes that have been downloaded successfully. Use the WebBrowserProgressChangedEventArgs.MaximumProgress property to determine the number of bytes available for downloading.

Requirements

Namespace: System.Windows.Forms
Assembly: System.Windows.Forms (in System.Windows.Forms.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0