WebNavigatingEventArgs Class

Definition

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
WebNavigatingEventArgs

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)

Applies to