NavigationFinishedEventArgsHasCommitted Property  | 
 
                Indicates whether the navigation has committed.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.27.6
Syntaxpublic bool HasCommitted { get; }Property Value
Type: 
Booleantrue if the navigation has committed, 
false otherwise.
See Also