Click or drag to resize

NavigationFinishedEventArgsHasCommitted Property

Indicates whether the navigation has committed.

Namespace:  DotNetBrowser.Navigation.Events
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.13.0
Syntax
C#
public bool HasCommitted { get; }

Property Value

Type: Boolean
true if the navigation has committed, false otherwise.
See Also