WebNavigationEventArgs(WebNavigationEvent, WebViewSource, String) 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
初始化新的 WebNavigationEventArgs 執行個體。
protected WebNavigationEventArgs (Xamarin.Forms.WebNavigationEvent navigationEvent, Xamarin.Forms.WebViewSource source, string url);
new Xamarin.Forms.WebNavigationEventArgs : Xamarin.Forms.WebNavigationEvent * Xamarin.Forms.WebViewSource * string -> Xamarin.Forms.WebNavigationEventArgs
參數
- navigationEvent
- WebNavigationEvent
引發的巡覽事件。
- source
- WebViewSource
產生事件的 Web 檢視來源。
- url
- System.String
巡覽事件的 URL。