WebBrowserNavigatedEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents the event arguments for the web browser navigated event.
public ref class WebBrowserNavigatedEventArgs : EventArgs
public class WebBrowserNavigatedEventArgs : EventArgs
type WebBrowserNavigatedEventArgs = class
inherit EventArgs
Public Class WebBrowserNavigatedEventArgs
Inherits EventArgs
- Inheritance
-
WebBrowserNavigatedEventArgs
Constructors
| Name | Description |
|---|---|
| WebBrowserNavigatedEventArgs(Uri) |
Initializes a new instance of the WebBrowserNavigatedEventArgs class. |
Properties
| Name | Description |
|---|---|
| Url |
Gets the URL. |