WebBrowserBeforeNavigateEventArgs

Description

The WebBrowserBeforeNavigateEventArgs class implements argument of the event that occurs before the jump to any web page is made.

Constructors

  Constructor name Brief description
Create

The Create constructor creates an argument of the OnBeforeNavigate2 event.

Properties inherited from IWebBrowserBeforeNavigateEventArgs

  Property name Brief description
Cancel

The Cancel property determines whether jump to the specified web page is made.
Flags

The property is under development.
Headers

The Headers property returns the additional headers that are sent to the server.
TargetFrameName

The TargetFrameName property returns name of the frame that is used to display resources.

Properties inherited from IWebBrowserUrlEventArgs

  Property name Brief description
Url The Url property returns URL of the loaded page.

See also:

Forms Assembly Classes