LoadProgressChangedEventArgs Class |
Namespace: DotNetBrowser.Navigation.Events
public sealed class LoadProgressChangedEventArgs : NavigationEventArgs
The LoadProgressChangedEventArgs type exposes the following members.
Name | Description | |
---|---|---|
![]() | Browser |
Gets the IBrowser instance associated with the event.
(Inherited from NavigationEventArgs.) |
![]() | Navigation |
Gets the INavigation instance associated with the event.
(Inherited from NavigationEventArgs.) |
![]() | Progress |
Gets the value between 0 and 1 indicating the loading progress of the web page.
|
Name | Description | |
---|---|---|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |