WebBrowserNavigatingEventArgs Properties
.NET Framework 4.5
The WebBrowserNavigatingEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
|
Cancel | Gets or sets a value indicating whether the event should be canceled. (Inherited from CancelEventArgs.) |
|
TargetFrameName | Gets the name of the Web page frame in which the new document will be loaded. |
|
Url | Gets the location of the document to which the WebBrowser control is navigating. |