_WebBrowserProgressChangedEventArgs Type
Provides data for the OnProgressChanged event.
type _WebBrowserProgressChangedEventArgs = CNClrLib.Windows._WebBrowserProgressChangedEventArgs;
You can handle the TCnWebBrowser.OnProgressChanged event to implement a navigation progress bar for the TCnWebBrowser control similar to the one in Internet Explorer. Use the CurrentProgress property to determine the number of bytes that have been downloaded successfully. Use the MaximumProgress property to determine the number of bytes available for downloading.
For more information, see WebBrowserProgressChangedEventArgs in C#.
Properties | Description |
|---|---|
CurrentProgress | Gets the number of bytes that have been downloaded. |
MaximumProgress | Gets the total number of bytes in the document being loaded. |