Click or drag to resize

LoadProgressChangedEventArgs Properties

The LoadProgressChangedEventArgs type exposes the following members.

Properties
  NameDescription
Public propertyBrowser
Gets the IBrowser instance associated with the event.
(Inherited from NavigationEventArgs.)
Public propertyNavigation
Gets the INavigation instance associated with the event.
(Inherited from NavigationEventArgs.)
Public propertyProgress
Gets the value between 0 and 1 indicating the loading progress of the web page.
Top
See Also