Click or drag to resize

NavigationEventArgsNavigation Property

Gets the INavigation instance associated with the event.

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

Property Value

Type: INavigation
The INavigation instance associated with the event.
See Also