Table of Contents
NavigationType Enumeration

Specifies the type of the navigation action.

Namespace: EO.WebBrowser
Assembly: EO.WebBrowser (in EO.WebBrowser.dll)

Syntax
 public enum NavigationType
Members
Member Name Description
LinkClicked The navigation was caused by user clicking a link.
FormSubmitted The navigation was caused by submitting a form.
BackOrForward The navigation was caused by going back or forward in the history list.
Reload The navigation was caused by a reload.
Other The navigation was caused by other reasons, for example, by calling WebView.LoadUrl.
See Also