WebNavigatingEventArgs Klasse

Definition

Klasse, die Argumente für das Ereignis enthält, das ausgelöst wird, sobald die Webnavigation beginnt.

public class WebNavigatingEventArgs : Xamarin.Forms.WebNavigationEventArgs
type WebNavigatingEventArgs = class
    inherit WebNavigationEventArgs
Vererbung
System.EventArgs
WebNavigatingEventArgs

Konstruktoren

WebNavigatingEventArgs(WebNavigationEvent, WebViewSource, String)

Initialisiert eine neue Instanz von WebNavigatingEventArgs.

Eigenschaften

Cancel

Ruft einen Wert ab bzw. legt einen Wert fest, der anzeigt, ob die Navigation abgebrochen werden soll oder nicht.

NavigationEvent

Ruft das Navigationsereignis ab, das ausgelöst wurde.

(Geerbt von WebNavigationEventArgs)
Source

Ruft das Element ab, das die Navigation durchgeführt hat.

(Geerbt von WebNavigationEventArgs)
Url

Das Ziel der Navigation.

(Geerbt von WebNavigationEventArgs)

Gilt für: