WebNavigatedEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化新的 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
- System.String
巡覽事件的 URL。
- result
- WebNavigationResult
產生事件的巡覽結果。