The IWebBrowserBeforeNavigateEventArgs interface contains properties of the argument of the OnBeforeNavigate2 event that occurs before jumping to a Web page.
| Property name | Brief description | |
| The Cancel property determines whether jump to the specified Web page sholb be done. | ||
| The property is under development. | ||
| The Headers property returns the additional headers that are sent to the server. | ||
| The TargetFrameName property returns name of the frame that is used to display resources. |
| Property name | Brief description | |
| Url | The Url property returns URL of the loaded page. |
See also: