WebNavigatedEventArgs コンストラクター

定義

新しい WebNavigatedEventArgs インスタンスを初期化します。

public WebNavigatedEventArgs (Xamarin.Forms.WebNavigationEvent navigationEvent, Xamarin.Forms.WebViewSource source, string url, Xamarin.Forms.WebNavigationResult result);
new Xamarin.Forms.WebNavigatedEventArgs : Xamarin.Forms.WebNavigationEvent * Xamarin.Forms.WebViewSource * string * Xamarin.Forms.WebNavigationResult -> Xamarin.Forms.WebNavigatedEventArgs

パラメーター

navigationEvent
WebNavigationEvent

発生したナビゲーション イベント。

source
WebViewSource

イベントの発生元の Web ビュー ソース。

url
String

ナビゲーション イベントの URL。

result
WebNavigationResult

イベント発生元のナビゲーションの結果。

適用対象