WebBrowserNavigatingEventArgs Class

Provides data for the Navigating event of the WebBrowser control.

Namespace: elsystem.windows.forms

Properties

   Additional properties, methods, and events are described in the classes listed under Inheritance Hierarchy (see below).

  Name Type Description
Public property Url string Gets the location of the document the browser control has navigated to.
Public property Cancel bool Gets or sets a value indicating whether the event should be canceled.
Inheritance Hierarchy

elsystem.Object

elsystem.EventArgs

elsystem.windows.forms.WebBrowserNavigatingEventArgs