NavigationEventArgsNavigation Property  | 
 
                Gets the 
INavigation instance associated with the event.
            
 
    Namespace: 
   DotNetBrowser.Navigation.Events
    Assembly:
   DotNetBrowser (in DotNetBrowser.dll) Version: 2.23.1
Syntaxpublic INavigation Navigation { get; }Property Value
Type: 
INavigationThe 
INavigation instance associated with the event.
See Also