WebNavigatingEventArgs 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.
Event arguments for the Navigating event, raised before navigation begins.
public ref class WebNavigatingEventArgs : Microsoft::Maui::Controls::WebNavigationEventArgs
public class WebNavigatingEventArgs : Microsoft.Maui.Controls.WebNavigationEventArgs
type WebNavigatingEventArgs = class
inherit WebNavigationEventArgs
Public Class WebNavigatingEventArgs
Inherits WebNavigationEventArgs
- Inheritance
Constructors
| Name | Description |
|---|---|
| WebNavigatingEventArgs(WebNavigationEvent, WebViewSource, String) |
Initializes a new instance of the WebNavigatingEventArgs class. |
Properties
| Name | Description |
|---|---|
| Cancel |
Gets or sets a value indicating whether to cancel the navigation. |
| NavigationEvent |
Gets the type of navigation event that occurred. (Inherited from WebNavigationEventArgs) |
| Source |
Gets the source of the web view content. (Inherited from WebNavigationEventArgs) |
| Url |
Gets the URL associated with the navigation event. (Inherited from WebNavigationEventArgs) |